注释类型 AThingChild


@Target(TYPE)
@Retention(RUNTIME)
public @interface AThingChild
应用在类上,用于定义一个子节点,使用继承的方法。 如:{name="xxx" extends="xxxx"}
作者:
zyx