org.jboss.kernel.plugins.annotations.wb
Class AnnotationsSupply

java.lang.Object
  extended by org.jboss.kernel.plugins.annotations.wb.AnnotationsSupply
All Implemented Interfaces:
Serializable

public class AnnotationsSupply
extends Object
implements Serializable

Annotation supply.

Author:
Ales Justin
See Also:
Serialized Form

Constructor Summary
AnnotationsSupply(Annotation annotation)
           
 
Method Summary
 void addAnnotation(Annotation annotation)
          Add the annotation.
 Set<Annotation> getAnnotations()
          Get the annotations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationsSupply

public AnnotationsSupply(Annotation annotation)
Method Detail

addAnnotation

public void addAnnotation(Annotation annotation)
Add the annotation.

Parameters:
annotation - the annotation

getAnnotations

public Set<Annotation> getAnnotations()
Get the annotations.

Returns:
the annotations


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.