Class GetAnnotationAttributes
- java.lang.Object
-
- org.hibernate.validator.internal.util.privilegedactions.GetAnnotationAttributes
-
- All Implemented Interfaces:
PrivilegedAction<Map<String,Object>>
public final class GetAnnotationAttributes extends Object implements PrivilegedAction<Map<String,Object>>
- Author:
- Guillaume Smet
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetAnnotationAttributesaction(Annotation annotation)Map<String,Object>run()
-
-
-
Method Detail
-
action
public static GetAnnotationAttributes action(Annotation annotation)
-
-