@Documented @Target(value=FIELD) @Inherited @Retention(value=RUNTIME) public @interface Parameter
| Modifier and Type | Required Element and Description |
|---|---|
String |
name |
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends ParameterValueFormatter> |
formatter |
boolean |
includeNull |
public abstract String name
public abstract Class<? extends ParameterValueFormatter> formatter
Copyright © 2016. All rights reserved.