Services
As Recaf is driven by CDI, almost all of its features are defined as @Inject
-able service classes.
@ApplicationScoped
services: Any feature injectable regardless of whether or not aWorkspace
is currently open@WorkspaceScoped services
: Any feature injectable only when aWorkspace
is currently open