Package cc.catalysts.cdoclet.generator.velocity

Examples of cc.catalysts.cdoclet.generator.velocity.InterfaceDescriptor


    }
  }

 
  public void beginInterface(Type type) {
    beginType(new InterfaceDescriptor(type));
  }
View Full Code Here


    }
  }

 
  public void beginInterface(Type type) {
    beginType(new InterfaceDescriptor(type));
  }
View Full Code Here

    }
  }

 
  public void beginInterface(Type type) {
    beginType(new InterfaceDescriptor(type));
  }
View Full Code Here

TOP

Related Classes of cc.catalysts.cdoclet.generator.velocity.InterfaceDescriptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.