Annotation Interface EntityTest
@Published
@Retention(RUNTIME)
@Target(TYPE)
@ExtendWith(EntityTestExtension.class)
public @interface EntityTest
EntityTestExtension
を適用するための合成アノテーション。- Author:
- Tanaka Tomoyuki
EntityTestExtension
を適用するための合成アノテーション。