Package javax.annotation


package javax.annotation
  • Class
    Description
    Used to identify generated code.
    Identifies a POJO as a managed bean.
    Added to a method required to be called after the object has been constructed and before it used.
    Added to a method required to be called once the object is no longer required and before it is discarded.
    Used to define the order in which classes or parameters should be used.
    Indicates a resource required by the application.
    The AuthenticationType, either CONTAINER or APPLICATION
    Used when multiple Resource annotations are required.