So, I made custom annotation and AspectJ.. and apply it. /** CustomAnnotation */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) ...
確定! 回上一頁