
nyla.solutions.core.Identifiable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nyla.solutions.core Show documentation
Show all versions of nyla.solutions.core Show documentation
This Java API provides support for application utilities (application configuration, data encryption, debugger, text processing, and more).
package nyla.solutions.core;
public interface Identifiable
{
/**
*
* @param id the ID
*/
public void setId(String id);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy