Package org.eclipse.jdt.apt.core.build


package org.eclipse.jdt.apt.core.build
This package contains utilities for annotation processing in command-line builds and ant scripts.

Package Specification


This package contains utilities for performing Java annotation processing in command-line builds and ant scripts.

  • Classes
    Class
    Description
    Commandline entry point for building a workspace using APT.
    Ant task for invoking the commandline apt builder Sample build.xml: <project name="test_eclipse" default="build" basedir="."