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