Skip to content
Snippets Groups Projects
Commit 1b5f30b6 authored by abat's avatar abat
Browse files

Merge into master from pull request #321:

 	Make it possible to use LogMessageDocs on types (https://github.com/floodlight/floodlight/pull/321)
parents 973fea22 6f5c2a6c
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ import java.lang.annotation.Target; ...@@ -26,7 +26,7 @@ import java.lang.annotation.Target;
* to be documentated on an interface. * to be documentated on an interface.
* @author readams * @author readams
*/ */
@Target(ElementType.METHOD) @Target({ElementType.TYPE, ElementType.METHOD})
public @interface LogMessageDocs { public @interface LogMessageDocs {
/** /**
* A list of {@link LogMessageDoc} elements * A list of {@link LogMessageDoc} elements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment