コード例 #1
0
 @Override
 public GTTagContextInfo current() {
   TagContext org = TagContext.current();
   return new GTTagContextInfoBridge(org);
 }