Retention; import java.lang.annotation.Target; @Retention(RUNTIME) @Target(FIELD) public @interface Marker { String value() default ""; }.
確定! 回上一頁