Interface IModifierList

    • Method Detail

      • isAnnotationPresent

        boolean isAnnotationPresent​(Class<? extends Annotation> annotationClass)
      • hasModifier

        boolean hasModifier​(int modifierType)
        Returns true if this list has the modifier and false otherwise.
        Parameters:
        modifierType - one of the constants of java.lang.reflect.Modifier
      • getModifiers

        int getModifiers()