@Documented @Target(value={ANNOTATION_TYPE,TYPE}) @Retention(value=RUNTIME) public @interface ContainerEnum
cn.crane4j.core.container.ConstantContainer#forEnum| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
key
Key of item,
Enum.name() if empty. |
String |
namespace
The namespace corresponding to the data source container,
Class.getSimpleName() if empty. |
String |
value
The value corresponding to the key value.
|
public abstract String namespace
Class.getSimpleName() if empty.public abstract String key
Enum.name() if empty.public abstract String value
Copyright © 2023. All rights reserved.