org.androidannotations.helper
Class ModelConstants

java.lang.Object
  extended by org.androidannotations.helper.ModelConstants

public abstract class ModelConstants
extends Object


Field Summary
static String GENERATION_SUFFIX
           
static List<Class<? extends Annotation>> VALID_ENHANCED_COMPONENT_ANNOTATIONS
           
static List<Class<? extends Annotation>> VALID_ENHANCED_VIEW_SUPPORT_ANNOTATIONS
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERATION_SUFFIX

public static final String GENERATION_SUFFIX
See Also:
Constant Field Values

VALID_ENHANCED_VIEW_SUPPORT_ANNOTATIONS

public static final List<Class<? extends Annotation>> VALID_ENHANCED_VIEW_SUPPORT_ANNOTATIONS

VALID_ENHANCED_COMPONENT_ANNOTATIONS

public static final List<Class<? extends Annotation>> VALID_ENHANCED_COMPONENT_ANNOTATIONS


Copyright © 2010-2014. All Rights Reserved.