fixed project setup in pom.xml, fixed author tag
This commit is contained in:
@ -33,7 +33,7 @@ import javax.persistence.criteria.Root;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Joern Muehlencord <joern at muehlencord.de>
|
||||
* @author Joern Muehlencord (joern@muehlencord.de)
|
||||
* @param <T>
|
||||
*/
|
||||
public abstract class AbstractController<T extends Serializable> extends CommonAbstractController {
|
||||
|
||||
@ -26,7 +26,7 @@ import javax.inject.Qualifier;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Joern Muehlencord <joern at muehlencord.de>
|
||||
* @author Joern Muehlencord (joern@muehlencord.de)
|
||||
*/
|
||||
@Qualifier
|
||||
@Retention(RUNTIME)
|
||||
|
||||
@ -28,7 +28,7 @@ import org.slf4j.LoggerFactory;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Joern Muehlencord <joern at muehlencord.de>
|
||||
* @author Joern Muehlencord (joern@muehlencord.de)
|
||||
*/
|
||||
@Transactional(value = REQUIRED)
|
||||
@Interceptor
|
||||
|
||||
@ -18,7 +18,7 @@ package de.muehlencord.shared.db;
|
||||
/**
|
||||
* Enddateable entities are not deleted but an enddate is set to "now"
|
||||
*
|
||||
* @author Joern Muehlencord <joern at muehlencord.de>
|
||||
* @author Joern Muehlencord (joern@muehlencord.de)
|
||||
*/
|
||||
public interface EndDateable<T> {
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ import javax.validation.constraints.NotNull;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Joern Muehlencord <joern at muehlencord.de>
|
||||
* @author Joern Muehlencord (joern@muehlencord.de)
|
||||
*/
|
||||
@Embeddable
|
||||
public class Validity implements Serializable {
|
||||
|
||||
Reference in New Issue
Block a user