Uses of Annotation Interface
io.github.marcopaglio.booking.annotation.Generated
Packages that use Generated
Package
Description
Provides facades for using transactions in the booking application.
Contains implementations of the view for the booking application using Swing.
- 
Uses of Generated in io.github.marcopaglio.booking.transaction.handlerMethods in io.github.marcopaglio.booking.transaction.handler with annotations of type GeneratedModifier and TypeMethodDescriptionfinal TTransactionHandler.getHandler()Retrieves the handler of type T used for using transactions.
- 
Uses of Generated in io.github.marcopaglio.booking.view.swingMethods in io.github.marcopaglio.booking.view.swing with annotations of type GeneratedModifier and TypeMethodDescriptionvoidBookingSwingView.setBookingPresenter(BookingPresenter bookingPresenter) Sets the presenter called to carry out the actions of the controls.