Uses of Class
org.jboss.dna.sequencer.java.metadata.AnnotationMetadata

Packages that use AnnotationMetadata
org.jboss.dna.sequencer.java.metadata The classes that make up the metadata definitions for the Java source file sequencer. 
 

Uses of AnnotationMetadata in org.jboss.dna.sequencer.java.metadata
 

Subclasses of AnnotationMetadata in org.jboss.dna.sequencer.java.metadata
 class MarkerAnnotationMetadata
          Metadata for marker annotations.
 class ModifierMetadata
          Metadata for modifiers.
 class NormalAnnotationMetadata
          Metadata for normal annotations.
 class SingleMemberAnnotationMetadata
          Metadata for single member annotations.
 

Methods in org.jboss.dna.sequencer.java.metadata that return types with arguments of type AnnotationMetadata
 List<AnnotationMetadata> PackageMetadata.getAnnotationMetada()
           
 List<AnnotationMetadata> TypeMetadata.getAnnotations()
           
 

Method parameters in org.jboss.dna.sequencer.java.metadata with type arguments of type AnnotationMetadata
 void PackageMetadata.setAnnotationMetada(List<AnnotationMetadata> annotationMetada)
           
 void TypeMetadata.setAnnotations(List<AnnotationMetadata> annotations)
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.