-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) @MappedService(javafx.util.Builder.class) public @interface BuilderServiceAnnotation to express that the annotated class is a builder for a given class.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>valueDetermines the class for which the annotated class is a builder for.
-