org.apache.xbean.recipe
Annotation Type ParameterNames
@Documented
@Retention(value=RUNTIME)
@Target(value={CONSTRUCTOR,METHOD})
public @interface ParameterNames
ParameterNames explicitly declared the names of a constructor parameters.
This annotation was introduced in Java6 and is present here to provide backwards
compatability when running on Java5
|
Required Element Summary |
java.lang.String[] |
value
|
value
public abstract java.lang.String[] value
Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.