vooga.levelEditor.annotations.framework
Class EditableAnnotations

java.lang.Object
  extended by vooga.levelEditor.annotations.framework.EditableAnnotations

public class EditableAnnotations
extends java.lang.Object


Constructor Summary
EditableAnnotations()
           
 
Method Summary
static EditableParameter createEditableParameter(java.lang.annotation.Annotation annotation)
           
static java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> getParameterAnnotations()
           
static boolean verify(java.lang.annotation.Annotation paramAnnotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditableAnnotations

public EditableAnnotations()
Method Detail

getParameterAnnotations

public static java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> getParameterAnnotations()

verify

public static boolean verify(java.lang.annotation.Annotation paramAnnotation)

createEditableParameter

public static EditableParameter createEditableParameter(java.lang.annotation.Annotation annotation)