|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 必需 | 可选 | 详细信息: 元素 |
@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface SupportedSourceVersion
用来指示注释处理器所支持的最新源版本的注释。Processor.getSupportedSourceVersion()
方法可以根据此注释的值构造它的结果,正如 AbstractProcessor.getSupportedSourceVersion()
所做的一样。
必需元素摘要 | |
---|---|
SourceVersion |
value |
元素详细信息 |
---|
public abstract SourceVersion value
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 必需 | 可选 | 详细信息: 元素 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。