com.mysema.query.sql.support
Class MinImpl

java.lang.Object
  extended by com.mysema.query.sql.support.MinImpl
All Implemented Interfaces:
Annotation, javax.validation.constraints.Min

public class MinImpl
extends Object
implements javax.validation.constraints.Min

Author:
tiwe

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.validation.constraints.Min
javax.validation.constraints.Min.List
 
Constructor Summary
MinImpl(long value)
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 Class<?>[] groups()
           
 String message()
           
 Class<? extends javax.validation.Payload>[] payload()
           
 long value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

MinImpl

public MinImpl(long value)
Method Detail

groups

public Class<?>[] groups()

message

public String message()

value

public long value()

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation

payload

public Class<? extends javax.validation.Payload>[] payload()


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.