@Retention(value=RUNTIME) @Target(value={PACKAGE,TYPE}) @Documented public @interface ShellCommandGroup
Modifier and Type | Fields and Description |
---|---|
static String |
INHERIT_AND_INFER
The default value for the group label, which when set
on a class, will mean to look at the package level
on a package, to go back at the class level and infer a name from the class name.
|
public static final String INHERIT_AND_INFER
public abstract String value
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.