Annotation Interface FeatureConditionBoolean
Marks a method on a
Feature-annotated class
as a boolean condition that must return true for the feature to be enabled.
The annotated method must be public, take no parameters, and return a boolean.
It will be invoked by FeatureConditionProcessor during condition evaluation.