vooga.levelEditor.annotations.framework
Interface Verifier

All Known Subinterfaces:
EditableParamHelper
All Known Implementing Classes:
EditableBooleanHelper, EditableDoubleHelper, EditableIntHelper, EditableStringHelper

public interface Verifier


Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> getVerifiedType()
           
 boolean verify(java.lang.annotation.Annotation a)
           
 

Method Detail

verify

boolean verify(java.lang.annotation.Annotation a)

getVerifiedType

java.lang.Class<? extends java.lang.annotation.Annotation> getVerifiedType()