@Documented
@Target(value={TYPE,PACKAGE})
@Retention(value=RUNTIME)
public @interface Application
The utility classes DirectoryProcessor
and
JarProcessor
that are used to automatically
generate the jmon-jar.xml deployment descriptor file will process this
annotation.
EventType
,
MonitorType
,
DirectoryProcessor
,
JarProcessor
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
author
Enables the author to specify an author of the Application (meta info for human consumption).
|
java.lang.String |
company
Enables the author to specify a company that is the owner of the Application (meta info for human consumption).
|
java.lang.String |
description
Enables the author to specify a description of the Application (meta info for human consumption).
|
java.lang.String |
name
Enables the author to specify a name of the Application.
|
java.lang.String |
version
Enables the author to specify a version of the Application (meta info for human consumption).
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
classpath
Specifies the classpath that will be used for the classloader of this application.
|
public abstract java.lang.String name
public abstract java.lang.String author
public abstract java.lang.String version
public abstract java.lang.String company
public abstract java.lang.String description
public abstract java.lang.String classpath
Submit a bug or feature
Copyright (c) 2013-2021 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.