Force use of static factory methods instead of constructors.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<?> valueThe interface (or class) to create.
This value is optional and will use the enclosed type if absent.- Returns:
- a non-null type
- Default:
java.lang.Void.class
-