Package com.ardor3d.annotation


package com.ardor3d.annotation
  • Annotation Interfaces
    Class
    Description
    Documents which lock is used to guard a field, if the field is protected by a lock.
    Indicates that a class is, or at least is intended to be, immutable in a strict sense.
    Methods flagged with this annotation should only be run in the main thread, that is, the thread that handles the OpenGL calls.
    Tells the Savable system to instantiate objects of this type using a specific static method.
    Indicates that a class is, or at least is intended to be, thread safe.