Package org.cyclos.impl.users
Annotation Type Resolver
-
@Retention(RUNTIME) @Target(METHOD) public @interface Resolver
This annotation could be used in a product accessor's method to indicate the class used to resolve the method's return. If this annotation is used thenPropertyannotation can't be used and vice versa.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends PropertyResolver<?>>value
-
-
-
Element Detail
-
value
Class<? extends PropertyResolver<?>> value
-
-