Class BaseJPAAnnotationProcessor

    • Constructor Detail

      • BaseJPAAnnotationProcessor

        public BaseJPAAnnotationProcessor()
    • Method Detail

      • processAnnotation

        public final <I extends BaseNature,​A extends java.lang.annotation.Annotation> boolean processAnnotation​(I info,
                                                                                                                      A annotation)
        Returns false - non target aware processing shall not be implemented in JPA-Annotation processing. The processing action of this processor. If an annotation is given which is not supported false is returned.
        Specified by:
        processAnnotation in interface AnnotationProcessor
        Parameters:
        info - the Info class that should be filled with the information read
        annotation - the annotation to process
        Returns:
        true, if the annotation was processed successfully, false if not
        See Also:
        AnnotationProcessor.processAnnotation(BaseNature, Annotation)