Class GetAnnotationAttribute<T>
java.lang.Object
org.hibernate.validator.internal.util.privilegedactions.GetAnnotationAttribute<T>
- All Implemented Interfaces:
PrivilegedAction<T>
- Author:
- Emmanuel Bernard, Hardy Ferentschik
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> GetAnnotationAttribute<T>
action
(Annotation annotation, String attributeName, Class<T> type) run()
-
Method Details
-
action
public static <T> GetAnnotationAttribute<T> action(Annotation annotation, String attributeName, Class<T> type) -
run
- Specified by:
run
in interfacePrivilegedAction<T>
-