Annotation Interface BuilderTrigger


@Documented @Retention(CLASS) @Target(ANNOTATION_TYPE) public @interface BuilderTrigger
The meta-annotation will trigger the enclosing service type marked with this annotation to drive the builder-processor. In other words, this annotation is a means for discovery of other Builder-like annotations. An accompanying BuilderCreator (see the processor-spi module) is then expected to handle creating the appropriate builder for the given annotation.