|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Documented public @interface CliObject
Add this annotation to make an object available on the CLI to add helper methods. Note: You need to have a constructor which takes a single argument, the Proxies instance.
| Required Element Summary | |
|---|---|
java.lang.String |
name
|
| Element Detail |
|---|
public abstract java.lang.String name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||