Package com.iizix.api

Interface IBackReferenceProvider

    • Method Detail

      • getBaseJavaReference

        PropCnr getBaseJavaReference()
        Gets the base reference path for the Java reference.
      • isBackReferenceValid

        java.lang.String isBackReferenceValid​(AnnotationType annotationType,
                                              java.lang.String name,
                                              boolean isRefOnly)
        Validates if the back-reference specified is referenced in the first place, i.e. is valid or not.
        Parameters:
        annotationType - The annotation type.
        name - The class or method name.
        isRefOnly - Flag indicating the back reference is not required, but must be valid otherwise.
        Returns:
        null for valid, otherwise an error message.