com.basho.riak.client.convert.reflect
Class AnnotationScanner

java.lang.Object
  extended by com.basho.riak.client.convert.reflect.AnnotationScanner
All Implemented Interfaces:
Callable<AnnotationInfo>

public class AnnotationScanner
extends Object
implements Callable<AnnotationInfo>

A Callable that loops over a classes fields and pulls out the fields for RiakUsermeta and RiakKey

Author:
russell

Constructor Summary
AnnotationScanner(Class clazz)
           
 
Method Summary
 AnnotationInfo call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationScanner

public AnnotationScanner(Class clazz)
Method Detail

call

public AnnotationInfo call()
                    throws Exception
Specified by:
call in interface Callable<AnnotationInfo>
Throws:
Exception


Copyright © 2012. All Rights Reserved.