Class Annotation

java.lang.Object
com.thoughtworks.qdox.model.Annotation
All Implemented Interfaces:
AnnotationValue, Serializable

public class Annotation extends Object implements AnnotationValue, Serializable
Author:
Eric Redmond
See Also:
  • Constructor Details

    • Annotation

      public Annotation(Type type, AbstractBaseJavaEntity context, Map namedParameters, int lineNumber)
    • Annotation

      public Annotation(Type type, int line)
  • Method Details