🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# B.49 TypedefTask With the `TypedefTask` you can import a user type into your buildfile. Table B.51:聽Attributes NameTypeDescriptionDefaultRequired`classname``String`The path to the class that defines the type class.n/aYes`name``String`The name the type is available as after importing. If you specify "cproject", for example, you can access the type imported here with `<cproject>`.n/aYes`classpath``String`The classpath to use when including classes. This is added to PHP's include\_path.n/aNo`classpathref``String`Reference to classpath to use when including classes. This is added to PHP's include\_path.n/aNo B.49.1 Examples ``` <!-- Includes the Type named "CustomProject" and makes it available by <cproject> --> <typedef classname="user.types.CustomProject" name="cproject" /> ``` B.49.2 Supported Nested Tags - `classpath`