@Documented
@Retention(RUNTIME)
@Target(TYPE)
@MappedService(javafx.util.Builder.class)
public @interface BuilderService
Annotation to express that the annotated class
is a builder for a given class.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> valueDetermines the class for which the annotated class is a builder for.- Returns:
- the class of the instances to be built
-