@Documented @Target(value={ANNOTATION_TYPE,TYPE}) @Retention(value=RUNTIME) public @interface ContainerConstant
cn.crane4j.core.container.Containers#forConstantClass| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
namespace
The namespace corresponding to the data source container.
|
boolean |
onlyExplicitlyIncluded
Whether to process only attributes annotated by
ContainerConstant.Include. |
boolean |
onlyPublic
whether to process only public attributes.
|
boolean |
reverse
Whether to reverse the key value pair.
|
public abstract boolean onlyPublic
public abstract boolean onlyExplicitlyIncluded
ContainerConstant.Include.public abstract String namespace
Class.getSimpleName() if empty.Copyright © 2024. All rights reserved.