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

java.lang.Object
  extended by org.jboss.dna.sequencer.java.metadata.AnnotationMetadata
Direct Known Subclasses:
MarkerAnnotationMetadata, ModifierMetadata, NormalAnnotationMetadata, SingleMemberAnnotationMetadata

public abstract class AnnotationMetadata
extends Object

Abstract class for annotations.


Constructor Summary
AnnotationMetadata()
           
 
Method Summary
 String getName()
          Get the name of the modifier.
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationMetadata

public AnnotationMetadata()
Method Detail

getName

public String getName()
Get the name of the modifier.

Returns:
name of the modifier.

setName

public void setName(String name)
Parameters:
name - Sets name to the specified value.


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