org.jboss.kernel.plugins.annotations.wb
Class AnnotationsSupply
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationsSupply
public AnnotationsSupply(Annotation annotation)
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.