Package net.sf.jelly.apt.freemarker.transforms

See:
          Description

Class Summary
AnnotationValueTransform Outputs an annotation value.
FileTransform Pipes its body to a new file in the APT target directory.
ForAllConstructorsTransform Evaluates its body for all constructors of the specified type declaration.
ForAllFieldsTransform Evaluates its body for all fields of the specified type declaration.
ForAllImportedTypesTransform Evaluates its body for all imported types of a specified type declaration.
ForAllMethodsTransform Evaluates its body for all methods of a type declaration.
ForAllNestedTypesTransform Evaluates its body for all nested types in a type declaration.
ForAllPackagesTransform Evaluates its body for all packages.
ForAllParametersTransform Evaluates its body for all parameters of the current (or given) method or constructor declaration.
ForAllPropertiesTransform Evaluates its body for all properties of a type declaration.
ForAllThrownTypesTransform Iterates through each thrown type of an executable declaration.
ForAllTypesTransform Evaluates its body for each type declaration.
IfHasAnnotationTransform Evalute the body of the tag if the specified declaration has a given annotation.
IfHasDeclarationTransform Evalute the body of the tag if the specified type has a declaration.
JavaSourceTransform Output to a new java source file.
PrimitiveWrapperTransform Wrap body if type is primitove.
UnwrapIfPrimitiveTransform Unwrap body if type is primitive.
WrapIfPrimitiveTransform Wrap body if type is primitive.
 

Package net.sf.jelly.apt.freemarker.transforms Description

The freemarker transforms.