Interface AnnotationCheck

    • Method Detail

      • checkAnnotations

        String checkAnnotations​(LocatedObjects objects)
        Checks the annotations.
        Parameters:
        objects - the annotations to check
        Returns:
        null if checks passed, otherwise error message
      • findInvalidAnnotationsIndices

        int[] findInvalidAnnotationsIndices​(LocatedObjects objects)
        Checks the annotations and returns the indices of the invalid ones.
        Parameters:
        objects - the annotations to check
        Returns:
        the invalid indices, 0-length array if no invalid ones