All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.nullschool.grains.generate.builder_interface.stg Maven / Gradle / Ivy

The newest version!
group BuilderInterface;

property_decl(prop, type) ::= <<
 ();

 ( );
>>

builder_interface(grain, type) ::= <<
/**
 * Composition of  and GrainBuilder. See {@link }.
 */
@("")
@(.class)
public interface 
    extends , }> {

    //
    //  Accessors
    //

    


    //
    //  Methods
    //

     build();
}

>>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy