@Repeatable(value=ConditionOnContainer.List.class) @Documented @Target(value={ANNOTATION_TYPE,FIELD,TYPE,METHOD}) @Retention(value=RUNTIME) public @interface ConditionOnContainer
cn.crane4j.core.condition.ConditionOnContainerParserpublic abstract String[] id
The id of operations which to bound.
If id is empty, the condition applies to all operations
what declared on the same element as annotated by current annotation.
public abstract ConditionType type
public abstract boolean negate
public abstract String[] value
Copyright © 2024. All rights reserved.