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

Why not use custom Fields and Classes? This way, third-party projects such as idea plugins SDK PsiClass、PsiField can be better adapted #515

Open
ifcute opened this issue Apr 23, 2024 · 0 comments

Comments

@ifcute
Copy link

ifcute commented Apr 23, 2024

when i write a idea plugin,i find it's difficult to adapt,java.reflect.Field is final, i will change more and more code to realize

demo:
`
interface CustomField {

}
interface CustomClass {
}

public interface RandomizerRegistry {

void init(EasyRandomParameters parameters);

Randomizer<?> getRandomizer(final CustomField field);

Randomizer<?> getRandomizer(final CustomClass type);

}
`

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

No branches or pull requests

1 participant