@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface AMFDictionary
Typical usage:
@AMFDictionary public IdentityMap<String, Object> dictionary;
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
weakKeys |