#1747 - Refactor tidy tighten access on ebeaninternal/server/deploy

Adds PropertyAssocMany to ensure public access on BeanPropertyAssocMany helper methods for ebean-elastic integration.
This commit is contained in:
rob bygrave
2019-07-02 20:46:49 +12:00
parent 140178bb47
commit 5f2454831e
40 changed files with 275 additions and 268 deletions
@@ -19,11 +19,11 @@ import java.util.UUID;
*/
public abstract class AnnotationParser extends AnnotationBase {
protected final DeployBeanInfo<?> info;
final DeployBeanInfo<?> info;
protected final DeployBeanDescriptor<?> descriptor;
final DeployBeanDescriptor<?> descriptor;
protected final Class<?> beanType;
final Class<?> beanType;
final boolean validationAnnotations;