@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface TransientBeliefSet
Capability
is a belief set value that should be added to the capability belief base,
whose key is a string. A name for the belief may be given, if it is a string.
If it is not provided, the field name is used. The annotated field should be
of the type Set .| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
name
Returns the belief name.
|