Optinales Java 8 instanziieren

Person p = new Person();
Optional<Person> op = Optional.of(p); 
Difficult Dugong