org.codehaus.aspectwerkz.annotation
Class AnnotationInfo

java.lang.Object
  extended by org.codehaus.aspectwerkz.annotation.AnnotationInfo
All Implemented Interfaces:
Serializable

public class AnnotationInfo
extends Object
implements Serializable

Holds the annotation proxy instance and the name of the annotation.

Author:
Jonas BonŽr
See Also:
Serialized Form

Constructor Summary
AnnotationInfo(String name, Annotation annotation)
          Creates a new annotation info.
 
Method Summary
 Annotation getAnnotation()
          Returns the annotation proxy.
 String getName()
          Returns the FQN.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationInfo

public AnnotationInfo(String name,
                      Annotation annotation)
Creates a new annotation info.

Parameters:
name -
annotation -
Method Detail

getName

public String getName()
Returns the FQN.

Returns:

getAnnotation

public Annotation getAnnotation()
Returns the annotation proxy.

Returns:


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.