Skip to content

Commit

Permalink
enum-generator: Fix #444 Enum Constants can now be populated in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyknic committed May 25, 2017
1 parent d0c3c43 commit 8589941
Show file tree
Hide file tree
Showing 7 changed files with 306 additions and 50 deletions.
Expand Up @@ -47,7 +47,7 @@
*
* @author Emil Forslund
* @author Simon Jonasson
* @since 1.0.0
* @since 3.0.0
*/
@InjectKey(EnumGeneratorComponent.class)
public final class EnumGeneratorComponent {
Expand Down
Expand Up @@ -39,7 +39,7 @@
*
* @author Emil Forslund
* @author Simon Jonasson
* @since 1.0.0
* @since 3.0.0
*/
public final class StringToEnumTypeMapper<T extends Enum<T>> implements TypeMapper<String, T> {

Expand Down
Expand Up @@ -30,7 +30,7 @@
*
* @author Emil Forslund
* @author Simon Jonasson
* @since 1.0.0
* @since 3.0.0
*/
public final class EnumGeneratorUtil {

Expand Down
Expand Up @@ -49,7 +49,7 @@
*
* @author Emil Forslund
* @author Simon Jonasson
* @since 1.0.0
* @since 3.0.0
*/
public final class GeneratedEntityDecorator
implements TranslatorDecorator<Table, Interface> {
Expand Down
Expand Up @@ -27,7 +27,7 @@
*
* @author Emil Forslund
* @author Simon Jonasson
* @since 1.0.0
* @since 3.0.0
*/
public final class GeneratedEnumType implements Type {

Expand Down

0 comments on commit 8589941

Please sign in to comment.