Skip to content

Commit

Permalink
Suppressing "The annotation type XX should not be used as a
Browse files Browse the repository at this point in the history
superinterface for XXLiteral" warning
  • Loading branch information
gastaldi committed Apr 3, 2014
1 parent 374cc3f commit cb65840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/**
* @author <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a>
*/
@SuppressWarnings("all")
public class LocalLiteral implements Local
{
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import java.lang.annotation.Annotation;

@SuppressWarnings("all")
final class ServiceLiteral implements Service
{
private static int INSTANCE_COUNT = 0;
Expand Down

0 comments on commit cb65840

Please sign in to comment.