de.factoryfx.data.attribute.CopySemantic Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of data Show documentation
Show all versions of data Show documentation
factoryfx dependency injection framework
The newest version!
package de.factoryfx.data.attribute;
public enum CopySemantic {
/**data copy but new id*/
COPY,
/**data copy but same id*/
SELF
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy