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 Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 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)
返回到工具基础结构,可以对注释的建议完成进行迭代。
-