All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.crabshue.commons.aggregator.Execute Maven / Gradle / Ivy

The newest version!
package com.crabshue.commons.aggregator;

import java.lang.annotation.*;

@Retention(
        RetentionPolicy.RUNTIME
)
@Target(ElementType.FIELD)
@Repeatable(Executes.class)
public @interface Execute {
    String value();

    String when() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy