Uses of Interface
uk.autores.handling.Handler
-
Packages that use Handler Package Description uk.autores An annotation driven library for working with embedded resource files.uk.autores.handling The annotation handling API. -
-
Uses of Handler in uk.autores
Methods in uk.autores that return types with arguments of type Handler Modifier and Type Method Description Class<? extends Handler>
handler()
Enables non-default resource handling. -
Uses of Handler in uk.autores.handling
Classes in uk.autores.handling that implement Handler Modifier and Type Class Description class
AssertResourceExists
A resource handler that does nothing but can be used to ensure a resource exists at compile time.
-