@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface GenericTargetVerification
Used together with SecurityChecked
.
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends GenericSecurityTargetMarker> |
target
The generic target that should be checked.
|
Modifier and Type | Optional Element and Description |
---|---|
RightsVerification[] |
verify
The list of rights to be verifyed.
|
public abstract java.lang.Class<? extends GenericSecurityTargetMarker> target
public abstract RightsVerification[] verify