Package io.extact.rms.platform.extension
Annotation Interface EnabledIfRuntimeConfig
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD,FIELD})
public @interface EnabledIfRuntimeConfig
propertyNameから取得した実行時設定とアノテーションに指定された設定(value)が同じ場合に
CDIBeanを有効化するアノテーション。
一致しないCDIBeanは無効化する。
-
Required Element Summary
Required Elements