This website works better with JavaScript.
Explore
Help
Sign In
pghs975uc
/
infer_clone
Watch
1
Star
0
Fork
You've already forked infer_clone
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4e02b3c525
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4e02b3c525'
${ noResults }
infer_clone
/
infer
/
annotations
/
BUCK
8 lines
109 B
Raw
Normal View
History
Unescape
Escape
initial synchronization
10 years ago
prebuilt_jar
(
[Infer][annotations] Adding basic annotation processor for SuppressWarnings Summary: Setting up a basic annotation processor. Right now, the processor just saves a map of class -> methods that should be suppressed. Next, this map needs to be turned into a .inferconfig file.
9 years ago
name
=
'
annotations
'
,
binary_jar
=
'
annotations.jar
'
,
visibility
=
[
'
PUBLIC
'
,
]
)