2.3.2 @Bounded
For immutable objects where there is a bounded set of instances, the @Bounded annotation can
be used. For example:
@Bounded
public class County {
// members and actions here
}
Reference 91
Draft (reference/recognised-annotations.xml) Recognised Annotations
The number of instances is expected to be small enough that all instance can be held in memory.
The viewer will use this information to render all the instances of this class in a drop-down list
or equivalent.