2 Class annotations
Daniella edited this page 2024-06-19 15:24:18 +02:00

@[Category]

Target must be a feature.

This is required for all features to have and determines the category of some feature.

@Requires(feat)

Target must be a feature. feat must be a Class<? extends Feature>.

Makes the target feature only appear if the other feature is present. Makes sure the target feature can only be enabled if the other feature is enabled.