blob: d37e45cdc57d144f6d939f9bd5d8cf9cc164641a [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. 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>Access rules</title>
</head>
<body>
<h1>Access rules</h1>
Access rules are Ant patterns defined on build classpath entries
that tells the compiler to signal the use of types matching the patterns.
<ul>
<li>Non-accessible rules define types that must not be referenced.</li>
<li>Discouraged rules define types that should not be referenced.</li>
<li>Accessible rules define types that can be referenced.</li>
</ul>
<br>
<p><img border="0" src="../images/ngrelc.png" alt="Related concepts" ></p>
<p>
<a href="concepts-4.htm">Java builder</a><br>
<a href="cclsspthv.htm">Classpath variable</a><br>
<a href="filters.htm">Exclusion and inclusion filters</a><br>
<a href="rules.htm">Access rules</a> </p>
<p><img src="../images/ngrelr.png" alt="Related reference" border="0" >
</p>
<p>
<a href="../reference/ref-123.htm">Java Build Path properties</a><br>
</p>
</body>
</html>