Interface ClassFilter

  • All Known Implementing Classes:
    DefaultClassFilter

    public interface ClassFilter
    A filter for checking whether a Class should be excluded from processing.
    • Method Detail

      • isExcluded

        boolean isExcluded​(Class<?> klass)
        Checks if given class is excluded.
        Parameters:
        klass - to check
        Returns:
        true if class should be excluded, false otherwise