💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# 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`