Start patterns optimization
This commit is contained in:
parent
a21d50e00a
commit
f34774c54c
3 changed files with 72 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
package ru.betterend.patterns;
|
||||
|
||||
public interface Patterned {
|
||||
default String getModelPattern(String name) {
|
||||
return null;
|
||||
}
|
||||
String getModelPattern(String name);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue