アノテーション型 AssertTrue
@TargetSE({METHODSE,FIELDSE,ANNOTATION_TYPESE,CONSTRUCTORSE,PARAMETERSE,TYPE_USESE}) @RetentionSE(RUNTIMESE) @RepeatableSE(List.class) @DocumentedSE @Constraint(validatedBy={}) public @interface AssertTrue
アノテーション付き要素は true である必要があります。サポートされている型はboolean
とBoolean
です。null
要素は有効と見なされます。- 作成者:
- Emmanuel Bernard