Package mops.util
Annotation Type AggregateBuilder
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface AggregateBuilder
Interface for marking a class as a Aggregate Builder so that tests don't fail because of builders.
@Documented
@Retention(RUNTIME)
@Target(TYPE)
public @interface AggregateBuilder