blob: 4393c48a6943e8727513814ef17dd85f30b005ae [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) BEA Systems 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css">
<title>JDT Core</title>
<link rel="stylesheet" type="text/css" href="../book.css">
</head>
<body>
<h2>JDT Annotation Processing</h2>
<p> JDT Annotation Processing (APT) (<b>org.eclipse.jdt.apt.core</b>) is the plug-in that supports compile-time
processing of Java annotations. You should only need to list this plug-in as a dependency if your plugin is an
annotation processor.</p>
<p> For an introduction to working with APT, see
<a href="jdt_apt_getting_started.htm">Getting Started with APT</a>. For information on how to access APT
during command-line builds, see <a href="jdt_apt_building_with_apt.htm">Headless Building With APT</a>.</p>
</body>
</html>