net.anotheria.asg.util.filestorage.IFilesConstants Maven / Gradle / Ivy
The newest version!
package net.anotheria.asg.util.filestorage;
/**
* Some constants for the file area.
*/
public interface IFilesConstants {
String BEAN_FILE = "ano-web.file.fileBean";
String BEAN_TMP_FILE = "ano-web.file.tmpFileBean";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy