diff --git a/Class-annotations.md b/Class-annotations.md index 345094f..c83beba 100644 --- a/Class-annotations.md +++ b/Class-annotations.md @@ -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. -Makes a feature only appear if another feature is present. - -# @RequiresEnabled(feat) - -Target must be a feature. -feat must be a Class. - -Makes sure a feature can only be enabled if another feature is enabled. \ No newline at end of file +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.