java开发中大量地使用了annotation
比如 在Titanium中的
public @interface Kroll
比如:
@Documented
@Retention(value=SOURCE)
@Target(value=TYPE)
public static @interface Kroll.module
这个是对annotation的声明
每个annotation 有他的
Optional Element