Skip to content

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

@ifcute

Description

@ifcute

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);

}
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions