Interface AppServeConstants
- All Known Implementing Classes:
JakartaRsLoader
public interface AppServeConstants
Constants for the Application Server (often times called appserve) component.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Defines an attribute which specifies the prefix for the element.
-
Field Details
-
APPLICATION_PREFIX
Defines an attribute which specifies the prefix for the element. At laod-time, loader will inspect theAttributes
from theElement
. If blank (, then the loader will defer to the value ofElementDefinition.value()
, which would typically be the name of the package bearing the annotation.- See Also:
-