예제 #1
0
파일: Proto.java 프로젝트: akune/immutables
 @Value.Lazy
 protected Optional<IncludeMirror> include() {
   return IncludeMirror.find(element());
 }