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

templates.PropertiesObject.hbs Maven / Gradle / Ivy

There is a newer version: 0.15.3
Show newest version
package {{packageName}};

import lombok.Getter;
import io.polyapi.commons.api.model.PolyObject;
import io.polyapi.commons.api.model.PolyGeneratedClass;

{{~#each imports}}
import {{this}};
{{~/each}}

@Getter
@PolyGeneratedClass
public class {{className}} implements PolyObject {

{{~#each properties}}
    private {{{this}}};
{{~/each}}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy