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.
|
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.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue