Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-57: Adding Annotation Processor Skeleton #63

Merged

Conversation

kdavisk6
Copy link
Member

This change introduces the skeleton for our Annotation Processor,
that will allow users to choose between our default runtime target
generator and a compile-time alternative.

This change introduces the skeleton for our Annotation Processor,
that will allow users to choose between our default runtime target
generator and a compile-time alternative.
@codecov
Copy link

codecov bot commented Mar 15, 2021

Codecov Report

Merging #63 (a43a326) into main (95db533) will decrease coverage by 0.10%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #63      +/-   ##
============================================
- Coverage     93.22%   93.11%   -0.11%     
  Complexity      655      655              
============================================
  Files            74       75       +1     
  Lines          1712     1714       +2     
  Branches        186      186              
============================================
  Hits           1596     1596              
- Misses           64       66       +2     
  Partials         52       52              
Impacted Files Coverage Δ Complexity Δ
...ign/annotation/FeignTargetAnnotationProcessor.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 95db533...a43a326. Read the comment docs.

@kdavisk6 kdavisk6 merged commit cba47c0 into OpenFeign:main Mar 15, 2021
@kdavisk6 kdavisk6 deleted the GH-57-annotation-processor-skeleton branch March 15, 2021 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant