Package | Description |
---|---|
org.netbeans.api.java.queries |
Java-specific queries.
|
org.netbeans.spi.java.queries |
Implementations of Java-related queries.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationProcessingQuery.Result |
AnnotationProcessingQuery.FileObject file)
Returns annotation processing configuration for Java file, Java package or source folder.
|
Modifier and Type | Method and Description |
---|---|
AnnotationProcessingQuery.Result |
AnnotationProcessingQueryImplementation.FileObject file)
Return the annotation processing configuration, or null if the current
provider cannot provide configuration for the given file/folder.
|