Right now the @Inject annotation is mandatory. It can be made optional in case of, for example, a single constructor being present. PlugFace will try to autowire dependencies on that constructor without the need for an annotation to be present, like Spring does.
Right now the
@Inject
annotation is mandatory. It can be made optional in case of, for example, a single constructor being present. PlugFace will try to autowire dependencies on that constructor without the need for an annotation to be present, like Spring does.