Interface Supportable

All Known Implementing Classes:
AnnotationSupportable, PredicateSupportable

public interface Supportable
Determines if something is supported for this accessible object.
Since:
Jun 8, 2016
Author:
Jeroen van Schagen
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determine if this accessible object is supported.
  • Method Details

    • supports

      boolean supports(AccessibleObject object)
      Determine if this accessible object is supported.
      Parameters:
      object - the object
      Returns:
      whether it is supported