Class Annotation

java.lang.Object
org.fife.rsta.ac.java.rjc.lang.Annotation

public class Annotation extends Object
Represents an annotation.
Version:
1.0
  • Field Details

    • type

      private Type type
  • Constructor Details

    • Annotation

      public Annotation(Type type)
      Constructor.
      Parameters:
      type - The type.
  • Method Details