Class DefaultBindingAnnotationFactory
java.lang.Object
dev.getelements.elements.rt.annotation.DefaultBindingAnnotationFactory
- All Implemented Interfaces:
ExposedBindingAnnotation.BindingAnnotationFactory
public class DefaultBindingAnnotationFactory
extends Object
implements ExposedBindingAnnotation.BindingAnnotationFactory
Default
ExposedBindingAnnotation.BindingAnnotationFactory
. This supports a simple annotation type which has
no value, fields, or members. This uses the Proxy
utility to create the instance with default behavior.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconstruct
(Class<?> clsa, Class<? extends Annotation> annotationClass) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.getelements.elements.rt.annotation.ExposedBindingAnnotation.BindingAnnotationFactory
construct
-
Constructor Details
-
DefaultBindingAnnotationFactory
public DefaultBindingAnnotationFactory()
-
-
Method Details
-
construct
- Specified by:
construct
in interfaceExposedBindingAnnotation.BindingAnnotationFactory
-