Uses of Interface
javax.annotation.processing.Completion
-
Packages that use Completion 软件包 描述 javax.annotation.processing 用于声明注释处理器和允许注释处理器与注释处理工具环境通信的工具。 -
-
Uses of Completion in javax.annotation.processing
Methods in javax.annotation.processing that return Completion 变量和类型 方法 描述 static Completion
Completions. of(String value)
返回值的完成和空消息static Completion
Completions. of(String value, String message)
返回值和消息的完成。Methods in javax.annotation.processing that return types with arguments of type Completion 变量和类型 方法 描述 Iterable<? extends Completion>
AbstractProcessor. getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText)
返回一个空的迭代完成。Iterable<? extends Completion>
Processor. getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText)
向工具基础结构返回一个可重复的注释建议完成。
-