Class RecordedAnnotation

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    public class RecordedAnnotation
    extends java.lang.Object
    implements Recorded
    Dynamic variant of the Recorded annotation. It allows for late association of Recorded attributes to a particular object which has not been annotated in the code.
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordedAnnotation()
      Default constructor of the pseudo @Recorded annotation instance, setting the component name to empty string, and its scope to singeton.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()  
      ScopeDI scope()  
      java.lang.String value()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.annotation.Annotation

        equals, hashCode, toString
    • Constructor Detail

      • RecordedAnnotation

        public RecordedAnnotation()
        Default constructor of the pseudo @Recorded annotation instance, setting the component name to empty string, and its scope to singeton.
    • Method Detail

      • value

        public java.lang.String value()
      • annotationType

        public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
        Specified by:
        annotationType in interface java.lang.annotation.Annotation