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

Allow customized ClassParsers #183

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

alapins
Copy link

@alapins alapins commented Jun 29, 2022

Resolves #131

I'm working on a large enterprise application codebase, which allows creation of multiple different application entry points for the same codebase. Many of these applications share base command line parameters, but different apps have different required fields vs optional fields. There are a large number of command line arguments, so it would be useful in our particular case to be able to override them. This PR adds the ability to use a different version of ClassParser, and provides a new ClassParser subclass which allows subclasses to override arg4j annotations on parent methods/fields.

… of a ClassParser which allows inheriting classes to override annotations on their parents.
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.

Override options in superclass
2 participants