@Documented @Retention(value=CLASS) @Target(value=PACKAGE) public @interface Catalog
This annotation can only be specified in a package-info.java file. This annotation can only be specified once in a project.
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
Specify the catalog name
|
public abstract java.lang.String name
The default catalog is the project name if this annotation is not specified.