Esempio n. 1
0
 /** Close it */
 public void close() {
   delegate.close();
 }
Esempio n. 2
0
 @DocAnnotation$annotation$(description = " Close it\n")
 @TypeInfo("ceylon.language::Anything")
 public void close() {
   delegate.close();
 }