@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Parameter
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
append
If append=true, append new value to exist value instead of overriding it.
|
boolean |
attribute
If attribute=false, ignore it when processing refresh()/getMetadata()/equals()/toString()
|
boolean |
escaped
if escaped=true, escape it when append parameters to url
|
boolean |
excluded
If excluded=true, ignore it when append parameters to url
|
String |
key
Specify the parameter key when append parameters to url
|
boolean |
required
If required=true, the value must not be empty when append to url
|
public abstract String key
public abstract boolean required
public abstract boolean excluded
public abstract boolean escaped
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.