declex icon indicating copy to clipboard operation
declex copied to clipboard

The adapter class passed to @AdapterClass annotation should be @EBeans

Open smaugho opened this issue 6 years ago • 0 comments

If the adapters bassed to AdapterClass are normal @EBeans, they should be using any of the @EBean features, including Actions and all kind of dependency injections.

Note that AdapterClasses are most of the times static and abstract, this should not represent a problem.

smaugho avatar Aug 21 '17 12:08 smaugho