Interface ScopeConditionOutcome
- All Known Implementing Classes:
FalseScopeConditionOutcome
public interface ScopeConditionOutcome
Programmatically determine whether a
JpaEntityScanScope should be determined as in-scope.-
Method Summary
-
Method Details
-
test
boolean test()- Returns:
- Whether in scope.
-