org.androidtransfuse.util
Class AnnotationUtil

Package class diagram package AnnotationUtil
java.lang.Object
  extended by org.androidtransfuse.util.AnnotationUtil

public final class AnnotationUtil
extends Object

Common utility methods for dealing with annotations

Author:
John Ericksen

Method Summary
static String checkBlank(String input)
           
static
<T> T
checkDefault(T input, T defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkDefault

public static <T> T checkDefault(T input,
                                 T defaultValue)

checkBlank

public static String checkBlank(String input)


Copyright © 2012. All Rights Reserved.