
com.crabshue.commons.aggregator.Collect Maven / Gradle / Ivy
package com.crabshue.commons.aggregator;
import java.lang.annotation.*;
@Retention(
RetentionPolicy.RUNTIME
)
@Target({ElementType.FIELD, ElementType.TYPE})
@Repeatable(Collects.class)
public @interface Collect {
String value();
String when() default "";
String what() default "this";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy