org.netbeans.api.java/1 1.33.1

org.netbeans.spi.java.queries
Interface AnnotationProcessingQueryImplementation


public interface AnnotationProcessingQueryImplementation

SPI for the AnnotationProcessingQuery.

Since:
org.netbeans.api.java/1 1.25

Method Summary
 AnnotationProcessingQuery.Result getAnnotationProcessingOptions(FileObject file)
          Return the annotation processing configuration, or null if the current provider cannot provide configuration for the given file/folder.
 

Method Detail

getAnnotationProcessingOptions

AnnotationProcessingQuery.Result getAnnotationProcessingOptions(FileObject file)
Return the annotation processing configuration, or null if the current provider cannot provide configuration for the given file/folder.

Parameters:
file - Java source file, Java package or source folder in question
Returns:
non-null Result if this provider can provide annotation processing configuration for the given file/folder.

org.netbeans.api.java/1 1.33.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.