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

Automatic generation of the Builder pattern for container configuration #76

Open
osmman opened this issue Jan 29, 2016 · 1 comment
Open

Comments

@osmman
Copy link
Member

osmman commented Jan 29, 2016

We can use for example FeeBuilder.

@basovnik
Copy link
Contributor

I tried FreeBuilder project. It is cool! Nevertheless I found the following problem:

Only getter methods (starting with 'get' or 'is') may be declared abstract on @Freebuilder types

We use abstract classes and we need abstract methods which does not have prefix "get" or "is", e.g. Configuration#generateCommand().

Let's try to find a different project or we could create a special annotation @Ignore in FreeBuilder project.

See Analyser#getterNameMatchResult class.

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

2 participants