org.modeshape.sequencer.javafile.metadata
Class AnnotationMetadata
java.lang.Object
org.modeshape.sequencer.javafile.metadata.AnnotationMetadata
public class AnnotationMetadata
- extends Object
Abstract class for annotations.
- Author:
- Horia Chiorean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()
getMemberValues
public Map<String,String> getMemberValues()
getType
public AnnotationMetadata.Type getType()
markerAnnotation
public static AnnotationMetadata markerAnnotation(String annotationClassName)
normalAnnotation
public static AnnotationMetadata normalAnnotation(String annotationClassName,
Map<String,String> memberValues)
singleMemberAnnotation
public static AnnotationMetadata singleMemberAnnotation(String annotationClassName,
String value)
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.