Class AbstractAnnotationTreeNode<T extends Annotation>

    • Constructor Detail

      • AbstractAnnotationTreeNode

        public AbstractAnnotationTreeNode()
    • Method Detail

      • getAnnotation

        public abstract T getAnnotation()
        Gets an instance of the Annotation instance that is encapsulated/represented by this node.
        Returns:
        instance of Annotation object.