updated API description

This commit is contained in:
2019-09-14 17:54:26 +02:00
parent 13d16a1309
commit 6348f81bed
53 changed files with 487 additions and 670 deletions

View File

@ -20,7 +20,7 @@ import javax.faces.application.FacesMessage.Severity;
/**
*
* @author joern@muehlencord.de
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class DefaultUIMessage implements UIMessage {

View File

@ -29,7 +29,7 @@ import org.hibernate.usertype.UserType;
/**
* http://octagen.at/2014/10/postgresql-custom-data-types-enum-in-hibernate/
*
* @author joern@muehlencord.de
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public abstract class GenericEnumType<T, E extends Enum<E>> implements UserType, Serializable {