mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
added package-info with FindBugs defaults
This commit is contained in:
parent
f675120c58
commit
e347f1c63d
@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Copyright (c) 2009 Mysema Ltd.
|
||||
* All rights reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
@DefaultAnnotation( { Nonnull.class })
|
||||
package com.mysema.query.lucene;
|
||||
|
||||
import javax.annotation.Nonnull;
|
||||
|
||||
import edu.umd.cs.findbugs.annotations.DefaultAnnotation;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user