dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
#2686 fix - Fixed request validation on license modification
rsanchez
2016-03-03
2c9782e63437da9ef4c885fd5f793e7f7e79a6cb
[common/securis.git]
/
securis
/
src
/
main
/
java
/
net
/
curisit
/
securis
/
db
/
common
/
CodedEnum.java
1
2
3
4
5
6
7
package net.curisit.securis.db.common;
public interface CodedEnum {
public String getCode();
}