@Repeatable(value=ConditionOnPropertyNotEmpty.List.class) @Documented @Target(value={ANNOTATION_TYPE,FIELD,TYPE,METHOD}) @Retention(value=RUNTIME) public @interface ConditionOnPropertyNotEmpty
cn.crane4j.core.condition.ConditionOnPropertyNotEmptyParserpublic 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 property
Copyright © 2024. All rights reserved.