Skip to content

How can I modify Annotation's field on method? #1846

@BlackBAKA

Description

@BlackBAKA

like this ->

before:

@MyAnnotation(param1="A")
public Object m1(){
 //.......
}

after:

@MyAnnotation(param1="B")
public Object m1(){
 //.......
}

Is it possible by using bytebuddy lib ?

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions