Uses of Interface
org.jboss.lang.Annotation

Packages that use Annotation
org.jboss.lang   
 

Uses of Annotation in org.jboss.lang
 

Methods in org.jboss.lang that return Annotation
static Annotation AnnotationHelper.getAnnotation(AccessibleObject ao, Class annotationClass)
          Get an annotation
static Annotation AnnotationHelper.getAnnotation(Class clazz, Class annotationClass)
          Get an annotation
static Annotation AnnotationHelper.getAnnotation(Constructor constructor, Class annotationClass)
          Get an annotation
static Annotation AnnotationHelper.getAnnotation(Field field, Class annotationClass)
          Get an annotation
static Annotation AnnotationHelper.getAnnotation(Method method, Class annotationClass)
          Get an annotation
static Annotation AnnotationHelper.getAnnotation(Object object, Class annotationClass)
          Get an annotation
static Annotation[] AnnotationHelper.getAnnotations(AccessibleObject ao)
          Get annotations
static Annotation[] AnnotationHelper.getAnnotations(Class clazz)
          Get annotations
static Annotation[] AnnotationHelper.getAnnotations(Constructor constructor)
          Get annotations
static Annotation[] AnnotationHelper.getAnnotations(Field field)
          Get annotations
static Annotation[] AnnotationHelper.getAnnotations(Method method)
          Get annotations
static Annotation[] AnnotationHelper.getAnnotations(Object object)
          Get an array of the annotations attached to this element.
static Annotation[] AnnotationHelper.getDeclaredAnnotations(AccessibleObject ao)
          Get declared annotations
static Annotation[] AnnotationHelper.getDeclaredAnnotations(Class clazz)
          Get declared annotations
static Annotation[] AnnotationHelper.getDeclaredAnnotations(Constructor constructor)
          Get declared annotations
static Annotation[] AnnotationHelper.getDeclaredAnnotations(Field field)
          Get declared annotations
static Annotation[] AnnotationHelper.getDeclaredAnnotations(Method method)
          Get declared annotations
static Annotation[] AnnotationHelper.getDeclaredAnnotations(Object object)
          Get an array of the annotations attached to this element.
static Annotation[][] AnnotationHelper.getParameterAnnotations(Constructor constructor)
          Get the parameter annotations
static Annotation[][] AnnotationHelper.getParameterAnnotations(Method method)
          Get the parameter annotations
 

Methods in org.jboss.lang that return types with arguments of type Annotation
 Class<? extends Annotation> Annotation.annotationType()
           
 



Copyright © 2005-2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.