Annotation Interface FeatureConditionBoolean


@Retention(RUNTIME) @Target(METHOD) public @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.