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.handler
Methods in io.github.marcopaglio.booking.transaction.handler with annotations of type GeneratedModifier and TypeMethodDescriptionfinal T
TransactionHandler.getHandler()
Retrieves the handler of type T used for using transactions. -
Uses of Generated in io.github.marcopaglio.booking.view.swing
Methods in io.github.marcopaglio.booking.view.swing with annotations of type GeneratedModifier and TypeMethodDescriptionvoid
BookingSwingView.setBookingPresenter
(BookingPresenter bookingPresenter) Sets the presenter called to carry out the actions of the controls.