public class Parent extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Parent.ChildFirst |
static interface |
Parent.ParentSecond |
static interface |
Parent.ProperOrder |
| Constructor and Description |
|---|
Parent() |
@NotNull(groups=Parent.ParentSecond.class) public String getName()
public void setName(String name)
public Child getChild()
public void setChild(Child child)
Copyright © 2008–2014. All rights reserved.