Class AnnotationChangeEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotationChangeEvent​(java.lang.Object source, Annotation annotation)
      Creates a new AnnotationChangeEvent instance.
    • Constructor Detail

      • AnnotationChangeEvent

        public AnnotationChangeEvent​(java.lang.Object source,
                                     Annotation annotation)
        Creates a new AnnotationChangeEvent instance.
        Parameters:
        source - the event source.
        annotation - the annotation that triggered the event (null not permitted).
        Since:
        1.0.14
    • Method Detail

      • getAnnotation

        public Annotation getAnnotation()
        Returns the annotation that triggered the event.
        Returns:
        The annotation that triggered the event (never null).
        Since:
        1.0.14