Package org.smallmind.web.jersey.aop
Class ParameterAnnotations
- java.lang.Object
-
- org.smallmind.web.jersey.aop.ParameterAnnotations
-
public class ParameterAnnotations extends Object
-
-
Constructor Summary
Constructors Constructor Description ParameterAnnotations(Annotation[] annotations)
-
-
-
Constructor Detail
-
ParameterAnnotations
public ParameterAnnotations(Annotation[] annotations)
-
-
Method Detail
-
getAnnotation
public <T> T getAnnotation(Class<T> clazz)
-
-