Java源码示例:org.springframework.cloud.gcp.data.spanner.core.mapping.Table

示例1
@Override
protected Collection<Class<? extends Annotation>> getIdentifyingAnnotations() {
	return Collections.singleton(Table.class);
}