Skip to content

skip unsupported mvc route attributes #568

@jknack

Description

@jknack

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions