VMware GemFire Java API Reference
Package org.apache.geode.management.cli
Annotation Type Disabled
-
@Inherited @Documented @Retention(RUNTIME) @Target(TYPE) public @interface Disabled
This annotation disables aGfshCommandclass from being loaded by theCommandManagerunless the provided flag value exists in the VM's environment. Because the default value is an empty string, and becauseSystem.getProperty("")invalid, a class annotated with@Disabledcannot be reached other than explicit instantiation of the class.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringunlessPropertyIsSet
-
-
-
Element Detail
-
unlessPropertyIsSet
String unlessPropertyIsSet
- Default:
- ""
-
-