Added new improvements

This commit is contained in:
Robert Vokac 2024-02-04 15:14:38 +00:00
parent a32b1f4615
commit be64014be3
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

View File

@ -0,0 +1,9 @@
package org.nanoboot.utils.timecalc.entity;
/**
* @author Robert
* @since 23.02.2024
*/
public enum Visibility {
STRONGLY_COLORED, WEAKLY_COLORED, GRAY, NONE;
}