@Deprecated public interface Module
A Module
represents the meta-information about a project which should be used when publishing the
module.
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_STATUS
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getGroup()
Deprecated.
|
String |
getName()
Deprecated.
|
String |
getStatus()
Deprecated.
|
String |
getVersion()
Deprecated.
|