TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Owner in CodeX

The Owner is used on storage containers (i.e. local variables, method/constructor parameters and fields) to declare ownership of disposable objects.

sealed class Owner extends Attribute

Remarks

The following rules depict - based on the ownership status - when a disposable object must be disposed and when disposal must not be performed. Going by these rules will avoid situations where a resource is disposed although it is still being used and situations when a resource is never explicitly disposed, thus wasting system resources.

See also:

OwnerReturn
OwnerThis
OwnerValue