「Spring入門」@Documentedのサンプル

サンプルコード
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface Transactional {
//some code
}

Java

Posted by arkgame