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

(feat) Add support to parse Annotations from super classes #731

Merged

Commits on May 1, 2024

  1. (feat) Add support to parse Annotations from super classes

    When a class is inheriting annotated methods from a superclass, the code is now properly parsing those methods for annotations.
    
    This development allows to parse annotations from abstract classes or other inheritance classes, where the annotations are defined in a common class.
    ctasada committed May 1, 2024
    Configuration menu
    Copy the full SHA
    fdfe867 View commit details
    Browse the repository at this point in the history