com.threerings.delta
Annotation Type DeltaFinal


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface DeltaFinal

Indicates that a field should be treated as "final" by the ReflectiveDelta class (without actually flagging it as final, which would prevent us from changing it in other circumstances). This implies that it will never be part of a delta, because it will never change from its initial value.



Copyright © 2011. All Rights Reserved.