Class InheritAnnotationsManager.UsableParentFilter

    • Constructor Detail

      • UsableParentFilter

        UsableParentFilter()
    • Method Detail

      • evaluate

        public boolean evaluate​(Annotatable a)
        Description copied from interface: Filter
        Evaluate if the given object should pass the filter or not.
        Specified by:
        evaluate in interface Filter<Annotatable>
        Parameters:
        a - The object to evaluate
        Returns:
        TRUE if the object passes the filter, FALSE otherwise