Complex annotation over MVC routes are not supported and generates an exception:
@ComplexAnnotation
@GET
public String route() {
}
Annotation are automatically registered as route attributes, but not every single attribute is supported, just primitives, string or array of them.
If ComplexAnnotation present any other value, we fired an exception and application doesn't startup.
Complex annotation over MVC routes are not supported and generates an exception:
Annotation are automatically registered as route attributes, but not every single attribute is supported, just primitives, string or array of them.
If ComplexAnnotation present any other value, we fired an exception and application doesn't startup.