Package com.avcompris.common.annotation


package com.avcompris.common.annotation
  • Annotation Types
    Class
    Description
    Use this annotation to flag a class that holds properties and serves them via setters and getters methods.
    Use this annotation to flag a method that can be used to marshal a given instance into a serialized form.
    Use this annotation to flag a method that may return null at runtime, or a parameter that may be null at runtime.
    Use this annotation to flag a method or a class that can be called in a multi-threaded mode.
    Use this annotation to flag a static method which is an instance factory for a given type from a serialize form (e.g.