Lombok: [FEATURE] @Delegate - automatic detection of already implemented methods

Created on 4 Jan 2019  路  7Comments  路  Source: projectlombok/lombok

Describe the feature
@Delegate could detect already implemented methods and simply ignore them (as it does with getters)

Describe the target audience
Users of @Delegate who want to delegate all methods but some.

help wanted

Most helpful comment

Yeah we want this too. Our workload currently simply does not give us any time to rework how delegate works, though.

All 7 comments

Yeah we want this too. Our workload currently simply does not give us any time to rework how delegate works, though.

I also want this feature.

Great idea, going to have a go at implementing this

Update: Still working on this, delay is getting the ECJ side working as this seems quite involved when compared with the javac side.

Any update on this?

I have almost finished this one and will create a pull request soon.

Can someone verify the fix using the edge release?

Was this page helpful?
0 / 5 - 0 ratings