Interface AppServeConstants

All Known Implementing Classes:
JakartaRsLoader

public interface AppServeConstants
Constants for the Application Server (often times called appserve) component.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Defines an attribute which specifies the prefix for the element.
  • Field Details

    • APPLICATION_PREFIX

      static final String APPLICATION_PREFIX
      Defines an attribute which specifies the prefix for the element. At laod-time, loader will inspect the Attributes from the Element. If blank (, then the loader will defer to the value of ElementDefinition.value(), which would typically be the name of the package bearing the annotation.
      See Also: