public class Continent extends Object
Country
@Valid Set<Country>
countries
@NotNull String
name
Continent()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@NotNull public @NotNull String name
@Valid public @Valid Set<Country> countries
public Continent()