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

Enable Java Class File Annotation Based Scanning #125

Closed
franceme opened this issue Jun 10, 2020 · 0 comments
Closed

Enable Java Class File Annotation Based Scanning #125

franceme opened this issue Jun 10, 2020 · 0 comments

Comments

@franceme
Copy link
Owner

Scanning Java Class Files (*.class) are supported when they use a normal entry point.

public static void main(String[] args) ...

This may not be possible for Java Class Files using annotation based starts.
We need to look into the possibility of reading the Java Class Files and handling the annotation.

Some of the sample progress can be shown below.
The code listed below should not represent any progress, just experimentation using libraries and references.

The library JavaParser supports reading Java Files and parsing their structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant