public interface FileSuffix
FileSuffix contains some file suffixes of class names.| Modifier and Type | Field and Description |
|---|---|
static String |
BUSINESS_SERVICE
The Constant BUSINESS_SERVICE for the suffix of a business service class.
|
static String |
DAO
The Constant DAO for the suffix of a dao class.
|
static String |
DOMAIN_SERVICE
The Constant DOMAIN_SERVICE for the suffix of a domain service class.
|
static String |
MAPPER
The Constant MAPPER for the suffix of a Mapper class.
|
static String |
REPOSITORY
The Constant REPOSITORY for the suffix of a repository class.
|
static String |
RESOURCE
The Constant RESOURCE for the suffix of a rest resource interface.
|
static String |
REST
The Constant REST for the preffix of a rest resource class.
|
static String |
REST_CLIENT
The Constant REST_RESOURCE for the suffix of a rest resource class.
|
static String |
REST_RESOURCE
The Constant REST_RESOURCE for the suffix of a rest resource class.
|
static String |
SERVICE
The Constant SERVICE for the suffix of a service interfaces.
|
static String |
TEST
The Constant TEST for the suffix of a test class.
|
static final String TEST
static final String SERVICE
static final String BUSINESS_SERVICE
static final String DOMAIN_SERVICE
static final String MAPPER
static final String RESOURCE
static final String REST
static final String REST_RESOURCE
static final String REST_CLIENT
static final String DAO
static final String REPOSITORY
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.