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

templates.class.t.attributeaccessor.int Maven / Gradle / Ivy

.if ( is_getter )
    public ${type_name} ${name}() throws XtumlException;
.else
    public void ${name}( ${type_name} ${self.attribute_name} ) throws XtumlException;
.end if




© 2015 - 2025 Weber Informatics LLC | Privacy Policy