All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.katharsis.jpa.internal.meta.AnnotationMetaElementFactory Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
package io.katharsis.jpa.internal.meta;

import java.lang.annotation.Annotation;
import java.lang.reflect.Type;

/**
 * Factory for MetaElement based on observed annotations.
 */
public interface AnnotationMetaElementFactory {

	public Class getAnnotation();

	public MetaElement create(Type type, MetaLookup lookup);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy