is it possible to create a provider that is a name...
# community-support
c
is it possible to create a provider that is a named class but is not a
ValueSource
? for varying definitions of possible. I guess I mean is there an easy way. I'm not talking about the lambda "class" that is used. Thinking about making this extension just a
Provider
but then I realized I'd lose all interesting
javadoc
m
Not sure if I understand what your use case is... Do you need a custom provider class for some reason, e.g. with extra methods?
c
I want to provide documentation, available in the IDE, for the provider and register it as an extension. However that doesn't seem possible. I get to choose whether I want a full object extension with one method or whether I want to have a simple API and no documentation in the IDE.