Update Class annotations

Daniella / Tove 2024-06-19 15:24:18 +02:00
parent cc01f638b9
commit 7b6bc923f7

@ -9,11 +9,5 @@ This is required for all features to have and determines the category of some fe
Target must be a feature. Target must be a feature.
feat must be a Class<? extends Feature>. feat must be a Class<? extends Feature>.
Makes a feature only appear if another feature is present. 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.
# @RequiresEnabled(feat)
Target must be a feature.
feat must be a Class<? extends Feature>.
Makes sure a feature can only be enabled if another feature is enabled.