资 源 简 介
TLD Generator
This is an annotation-based library to generate Tag Library Descriptors. The TLD is based in the schema specified in JSP 2.1 (see http://download.oracle.com/javaee/5/tutorial/doc/bnamu.html#bnank).
The annotations are only source annotations so you don"t have to include the TLD Generator with the distribution of your tag library. And, because the TLD file is generated in META-INF, it will be already included in your jar file (no need to copy or move files).
How to use
You just have to make sure the TLD generator jar is in the classpath of your project.
It requires JDK 6 and annotation processor invocation has to be enabled (by default it is).
Maven Projects: tld-generator can be included using the following dependency:
com.google.code.tld-generator
文 件 列 表
TLDGenerator-1.1-all
javadoc
lib
license.txt
sources
TLDGenerator-1.1.jar