Update Class annotations
parent
cc01f638b9
commit
7b6bc923f7
1 changed files with 2 additions and 8 deletions
|
@ -9,11 +9,5 @@ This is required for all features to have and determines the category of some fe
|
|||
Target must be a feature.
|
||||
feat must be a Class<? extends Feature>.
|
||||
|
||||
Makes a feature only appear if another feature is present.
|
||||
|
||||
# @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.
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue