Skip to content

Commit

Permalink
Updated javadocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed May 8, 2017
1 parent 084479b commit 26049ae
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 430 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PROTEUS

An extremely lightweight, flexible and fast [Swagger](http://swagger.io/) first REST API framework atop [Undertow](http://undertow.io).
An extremely lightweight, flexible, and fast [Swagger](http://swagger.io/) first REST API framework atop [Undertow](http://undertow.io).
A great deal of inspiration came from working with the following excellent projects: [Play](http://playframework.com), [Jooby](http://jooby.org), and [light-4j](https://github.com/networknt/light-4j).

### Motivation
Expand Down
7 changes: 3 additions & 4 deletions src/main/java/io/sinistral/proteus/annotations/Chain.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@

import io.undertow.server.HandlerWrapper;

@Retention(RUNTIME)
@Target({ TYPE, METHOD })
/**
* @author jbauer
*
* Decorates all methods of a controller or a single controller method with one or more <code>HandlerWrapper</code> classes.
*/
@Retention(RUNTIME)
@Target({ TYPE, METHOD })
public @interface Chain
{
Class<? extends HandlerWrapper>[] value();
Expand Down
Loading

0 comments on commit 26049ae

Please sign in to comment.