org.hibernate.validator.util.privilegedactions
Class GetAnnotationParameter<T>
java.lang.Object
org.hibernate.validator.util.privilegedactions.GetAnnotationParameter<T>
- All Implemented Interfaces:
- PrivilegedAction<T>
public final class GetAnnotationParameter<T>
- extends Object
- implements PrivilegedAction<T>
- Author:
- Emmanuel Bernard, Hardy Ferentschik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
action
public static <T> GetAnnotationParameter<T> action(Annotation annotation,
String parameterName,
Class<T> type)
run
public T run()
- Specified by:
run
in interface PrivilegedAction<T>
Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved