org.apache.beehive.controls.runtime.generator
Class AptTask

Object
  extended by ProjectComponent
      extended by Task
          extended by MatchingTask
              extended by Javac
                  extended by AptTask
All Implemented Interfaces:
SelectorContainer

public class AptTask
extends Javac

The AptTask class defines a custom ANT task for invoking APT-based code generation. It derives from the built-in task, so all of the attributes and nested elements of that task are supported, for source list selection, classpath selection, compiler arguments, etc. Each of these options will be passed onto APT for processing.

AptTask also adds some new attributes: