Exemplo n.º 1
0
 @Override
 public InputStream getSource() throws IOException {
   return target.getSource();
 }
Exemplo n.º 2
0
 @Override
 public TargetType getType() {
   return target.getType();
 }
Exemplo n.º 3
0
 @Override
 public String getClassName() {
   return target.getClassName();
 }