インタフェースjavax.annotation.processing.Completion
の使用
Completionを使用するパッケージ
-
javax.annotation.processingでのCompletionの使用
型Completionの引数を持つ型を返すjavax.annotation.processingのメソッド修飾子と型メソッド説明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) ある注釈に対する推奨のコンプリートから成る反復可能オブジェクトを、ツール・インフラストラクチャに返します。