net.nullschool.grains.generate.grain_interface.stg Maven / Gradle / Ivy
The newest version!
group GrainInterface;
property_decl(prop, type) ::= <<
();
( );
>>
grain_interface(grain, type) ::= <<
/**
* Composition of and Grain. See {@link }.
*/
@("")
@(.class)
public interface
extends , }> {
//
// Accessors
//
//
// Methods
//
extensions();
with( key, value);
withAll( map);
without( key);
withoutAll( keys);
newBuilder();
}
>>