Class WebAnnotationExtension
java.lang.Object
cloud.piranha.webapp.webannotation.WebAnnotationExtension
- All Implemented Interfaces:
WebApplicationExtension
The extension for WebAnnotation processing.
- Author:
- Thiago Henrique Hupner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure(WebApplication webApplication)
Configure the web application.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cloud.piranha.webapp.api.WebApplicationExtension
extend
-
Constructor Details
-
WebAnnotationExtension
public WebAnnotationExtension()
-
-
Method Details
-
configure
Configure the web application.- Specified by:
configure
in interfaceWebApplicationExtension
- Parameters:
webApplication
- the web application.
-