@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface Result
Modifier and Type | Required Element and Description |
---|---|
Class |
clazz
The class.
|
String |
name
The argument name.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
defaultvalue
The default value as expression string, i.e. will be parsed.
|
String |
description
The description.
|
public abstract String name
public abstract Class clazz
public abstract String description
public abstract String defaultvalue
Copyright © 2012. All Rights Reserved.