hg: build-infra/jdk7/langtools: Added more info to pub api and native api files. Modifiers to methods,

Jonathan Gibbons jonathan.gibbons at oracle.com
Tue Nov 8 08:48:19 PST 2011


On 11/03/2011 09:59 AM, erik.joelsson at oracle.com wrote:
> Changeset: e1493aa6e122
> Author:    erikj
> Date:      2011-11-03 17:50 +0100
> URL:       http://hg.openjdk.java.net/build-infra/jdk7/langtools/rev/e1493aa6e122
>
> Added more info to pub api and native api files. Modifiers to methods,
> perhaps all are not needed, but several are. Added static final fields
> to native api as these are included in header files. We will need to
> find a way to filter this in make later.
>
> ! src/share/classes/com/sun/tools/javac/processing/ApiVisitor.java
> ! src/share/classes/com/sun/tools/javac/processing/NativeapiVisitor.java
> ! src/share/classes/com/sun/tools/javac/processing/PubapiVisitor.java
>

Erik,

I don't think these belong here (eventually).    javac.processing is for 
the implementation support for annotation processing; I don't think it 
should be used for client code like this.

-- Jon



More information about the build-infra-dev mailing list