dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
#2687 fix - Better error management when pack code is not valid
rsanchez
2015-08-03
dd81ecdc49a400291d3b90d99b284be010525738
[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();
}