@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface TransientBelief
Capability
is a belief 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.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
name
Returns the belief name.
|