@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Parameter
public abstract String key
public abstract boolean required
public abstract boolean excluded
public abstract boolean escaped
public abstract boolean attribute
public abstract boolean append
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.