Uses of Class
com.igormaznitsa.meta.annotation.ImplementationNote
-
Packages that use ImplementationNote Package Description com.igormaznitsa.jcp.ant -
-
Uses of ImplementationNote in com.igormaznitsa.jcp.ant
Classes in com.igormaznitsa.jcp.ant with annotations of type ImplementationNote Modifier and Type Class Description static class
PreprocessTask.CfgFile
Inside class describes a "cfgfile" item, it has the only attribute "file", the attribute must be definedstatic class
PreprocessTask.Global
Inside class describes a "global" item, it describes a global variable which will be added into the preprocessor context It has attributes "name" and "value", be careful in the value attribute usage because you have to use """ instead of \" symbol inside string valuesMethods in com.igormaznitsa.jcp.ant with annotations of type ImplementationNote Modifier and Type Method Description PreprocessTask.CfgFile
PreprocessTask. createCfgFile()
PreprocessTask.Global
PreprocessTask. createGlobal()
-