org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service
Interface AnotherCalendarService

All Known Implementing Classes:
ImplementationOfConstrainedAndUnconstrainedInterfaces, ImplementationOfConstrainedInterfaceExtendingUnconstrainedSuperClass

public interface AnotherCalendarService

Author:
Gunnar Morling

Method Summary
 void createEvent(Date start, Date end, List<Person> participants)
           
 

Method Detail

createEvent

void createEvent(@NotNull
                 Date start,
                 @NotNull
                 Date end,
                 @NotNull
                 List<Person> participants)


Copyright © 2008-2013. All Rights Reserved.