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