com.atlassian.jira.rest.client.annotation
Class Annotations

java.lang.Object
  extended by com.atlassian.jira.rest.client.annotation.Annotations

public class Annotations
extends Object


Constructor Summary
Annotations()
           
 
Method Summary
static
<T extends Annotation>
T
getAnnotationIncludingParents(Class<?> aClass, Class<T> annotationClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Annotations

public Annotations()
Method Detail

getAnnotationIncludingParents

public static <T extends Annotation> T getAnnotationIncludingParents(Class<?> aClass,
                                                                     Class<T> annotationClass)


Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.