Annotation Type Context


  • @Target(FIELD)
    @Retention(RUNTIME)
    public @interface Context
    每个程序在被调用前,带有该注解的字段将自动用指定API的实现方式进行填充。 字段仅支持public修饰符。