Annotation Interface Default.InstanceFactory

Enclosing class:
Default

@Target(METHOD) @Retention(RUNTIME) @Documented public static @interface Default.InstanceFactory
Value must be of type DefaultValueFactory and have a default constructor. Value is instantiated and then used as a factory to generate the default.

See DefaultValueFactory for more details.