public class InjectResourceType
extends java.lang.Object
implements io.datafx.controller.context.resource.AnnotatedControllerResourceType<javax.inject.Inject,java.lang.Object>
| Constructor and Description |
|---|
InjectResourceType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getResource(javax.inject.Inject annotation,
java.lang.Class<java.lang.Object> cls,
io.datafx.controller.context.ViewContext<?> context) |
java.lang.Class<javax.inject.Inject> |
getSupportedAnnotation() |
public java.lang.Object getResource(javax.inject.Inject annotation,
java.lang.Class<java.lang.Object> cls,
io.datafx.controller.context.ViewContext<?> context)
getResource in interface io.datafx.controller.context.resource.AnnotatedControllerResourceType<javax.inject.Inject,java.lang.Object>public java.lang.Class<javax.inject.Inject> getSupportedAnnotation()
getSupportedAnnotation in interface io.datafx.controller.context.resource.AnnotatedControllerResourceType<javax.inject.Inject,java.lang.Object>