example.de.smartics.properties.list
Interface ListPropertiesWithElementConstraints.ElementConstraints

Package class diagram package ListPropertiesWithElementConstraints.ElementConstraints
All Superinterfaces:
ListPropertiesWithElementConstraints
Enclosing interface:
ListPropertiesWithElementConstraints

@PropertyListElementConstraints
public static interface ListPropertiesWithElementConstraints.ElementConstraints
     
     
extends ListPropertiesWithElementConstraints


Nested Class Summary
 
Nested classes/interfaces inherited from interface example.de.smartics.properties.list.ListPropertiesWithElementConstraints
ListPropertiesWithElementConstraints.ElementConstraints
 
Method Summary
 List<Integer> listOfInts()
          A simple list of Integers.
 

Method Detail

listOfInts

@Min(value=2L)
@Max(value=5L)
List<Integer> listOfInts()
Description copied from interface: ListPropertiesWithElementConstraints
A simple list of Integers.

Specified by:
listOfInts in interface ListPropertiesWithElementConstraints


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