Class AnnotationChangeEvent

    • Constructor Detail

      • AnnotationChangeEvent

        public AnnotationChangeEvent​(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