example.de.smartics.properties.list
Interface ListPropertiesWithElementConstraints

Package class diagram package ListPropertiesWithElementConstraints
All Known Subinterfaces:
ListPropertiesWithElementConstraints.ElementConstraints

@PropertySet(value="withConstraints2")
public interface ListPropertiesWithElementConstraints

List constants to use for tests.


Nested Class Summary
static interface ListPropertiesWithElementConstraints.ElementConstraints
           
 
Method Summary
 List<Integer> listOfInts()
          A simple list of Integers.
 

Method Detail

listOfInts

@PropertyKeyName(value="list-of-ints")
@PropertyElementType(value=java.lang.Integer.class)
@NotNull
@Size(min=1,
      max=10)
List<Integer> listOfInts()
A simple list of Integers.



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.