ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.sequencer.javafile.metadata.AnnotationMetadata

Packages that use AnnotationMetadata
org.modeshape.sequencer.javafile The classes that make up the Java source file sequencer. 
org.modeshape.sequencer.javafile.metadata The classes that make up the metadata definitions for the Java source file sequencer. 
 

Uses of AnnotationMetadata in org.modeshape.sequencer.javafile
 

Methods in org.modeshape.sequencer.javafile that return AnnotationMetadata
protected  AnnotationMetadata AbstractJavaMetadata.createAnnotationMetadataFor(org.eclipse.jdt.core.dom.Annotation annotation)
           
 

Uses of AnnotationMetadata in org.modeshape.sequencer.javafile.metadata
 

Methods in org.modeshape.sequencer.javafile.metadata that return AnnotationMetadata
static AnnotationMetadata AnnotationMetadata.markerAnnotation(String annotationClassName)
           
static AnnotationMetadata AnnotationMetadata.normalAnnotation(String annotationClassName, Map<String,String> memberValues)
           
static AnnotationMetadata AnnotationMetadata.singleMemberAnnotation(String annotationClassName, String value)
           
 

Methods in org.modeshape.sequencer.javafile.metadata that return types with arguments of type AnnotationMetadata
 List<AnnotationMetadata> AbstractMetadata.getAnnotations()
           
 


ModeShape Distribution 3.0.0.Beta4

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