nl.beesting.beangenerator.example.service
Class CatServiceAnnotated

java.lang.Object
  extended by nl.beesting.beangenerator.example.service.CatServiceAnnotated

public class CatServiceAnnotated
extends java.lang.Object

Example class that uses annotations to configure the data creation.


Constructor Summary
CatServiceAnnotated()
           
 
Method Summary
 java.util.Collection<Cat> findCatsByColor(java.awt.Color color)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatServiceAnnotated

public CatServiceAnnotated()
Method Detail

findCatsByColor

public java.util.Collection<Cat> findCatsByColor(java.awt.Color color)


Copyright © 2008. All Rights Reserved.