Class AbstractAnnotationProcessor<A extends Annotation>

    • Constructor Detail

      • AbstractAnnotationProcessor

        public AbstractAnnotationProcessor()
    • Method Detail

      • missingAttributeValue

        protected String missingAttributeValue​(String attribute,
                                               String annotation,
                                               Field field)
        Constructs an error message to signal missing annotation attribute value.
        Parameters:
        attribute - the target attribute
        annotation - the annotation concerned
        field - the target field
        Returns:
        the formatted error message