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

com.smartnews.jpa_entity_generator.rule.package-info Maven / Gradle / Ivy

There is a newer version: 0.99.9
Show newest version
/**
 * NOTE:
 * Avoid using final for fields (e.g. private final List<AnnotationAttribute> attributes = new ArrayList<>();)
 * SnakeYAML fails to bind values to the bean if fields are marked as final.
 */
package com.smartnews.jpa_entity_generator.rule;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy