Implements database, adds profiles
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package ch.gtache.fro;
|
||||
|
||||
/**
|
||||
* Translates a {@link BirdFamily} to a string
|
||||
*/
|
||||
public interface BirdFamilyTranslator extends Translator<BirdFamily> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user