javax.annotation.security
Annotation Type TransportProtected
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface TransportProtected
This annotation indicates whether a secure transport, such as TLS
or SSL, is required to access the annotated methods. The value of the
annotation is a boolean that indicates, when true, that a secure
transport is required, and when false, that a secure transport is not
requried.
- Since:
- Common Annotations 1.1
Optional Element Summary |
boolean |
value
|
value
public abstract boolean value
- Default:
- true
Submit a bug or feature Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.