Allow extended classes to access the strategy
This commit is contained in:
parent
f0c63e6253
commit
a764e59103
@ -55,7 +55,7 @@ abstract class AbstractGenerator implements Generator {
|
||||
boolean generateJPAAnnotations = false;
|
||||
boolean generateValidationAnnotations = false;
|
||||
|
||||
GeneratorStrategyWrapper strategy;
|
||||
protected GeneratorStrategyWrapper strategy;
|
||||
|
||||
@Override
|
||||
public void setStrategy(GeneratorStrategy strategy) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user