@Target(value={CONSTRUCTOR,METHOD,TYPE,PACKAGE}) @Retention(value=RUNTIME) public @interface ValidateExecutable
@ValidateExecutable
and the value
attribute
contains the executable type. If the value
attribute does not contain the
executable type, the executable is not validated.@ValidateExecutable
and the value
attribute
contains the executable type. If the value
attribute does not contain the
executable type, the executable is not validated.Modifier and Type | Optional Element and Description |
---|---|
ExecutableType[] |
value
List of executable types to be validated when called.
|
public abstract ExecutableType[] value
Copyright © 2007-2013. All Rights Reserved.