Added class Discovery to make new model discovery easier
This commit is contained in:
parent
1fdadfb170
commit
39df1b24cd
|
@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
## [v5.0.1-SNAPSHOT]
|
||||
|
||||
- Added class Discovery to make new model discovery easier
|
||||
- Added the possibility to exclude IS Model package in discovery
|
||||
-
|
||||
|
||||
|
||||
## [v5.0.0]
|
||||
|
|
|
@ -11,6 +11,8 @@ import java.util.List;
|
|||
*/
|
||||
public interface RegistrationProvider {
|
||||
|
||||
public String getModelName();
|
||||
|
||||
/**
|
||||
* This method must return the list of packages to be registered from marshalling/unmarshalling
|
||||
* @return the list of packages to register
|
||||
|
|
Loading…
Reference in New Issue