@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface ToContext
Modifier and Type | Required Element and Description |
---|---|
String |
value |
Modifier and Type | Optional Element and Description |
---|---|
ToContext.RetentionLevel |
retentionLevel |
public abstract String value
public abstract ToContext.RetentionLevel retentionLevel
Copyright © 2003–2016. All rights reserved.