Class GetAnnotationAttribute<T>
- java.lang.Object
-
- org.hibernate.validator.internal.util.privilegedactions.GetAnnotationAttribute<T>
-
- All Implemented Interfaces:
PrivilegedAction<T>
public final class GetAnnotationAttribute<T> extends Object implements PrivilegedAction<T>
- Author:
- Emmanuel Bernard, Hardy Ferentschik
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> GetAnnotationAttribute<T>action(Annotation annotation, String attributeName, Class<T> type)Trun()
-
-
-
Method Detail
-
action
public static <T> GetAnnotationAttribute<T> action(Annotation annotation, String attributeName, Class<T> type)
-
run
public T run()
- Specified by:
runin interfacePrivilegedAction<T>
-
-