Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.

public class IncompleteAnnotationException

  1. Object
  2. Throwable
  3. Exception
  4. RuntimeException
  5. IncompleteAnnotationException
A mirror of java.lang.annotation.IncompleteAnnotationException.

Constructors

public IncompleteAnnotationException(Class<? extends Annotation> annotationType, String elementName)

Methods

public Class<? extends Annotation> annotationType()
public String elementName()

Inherited methods

Constructor details

IncompleteAnnotationException

public IncompleteAnnotationException(Class<? extends Annotation> annotationType, String elementName)

Method details

annotationType

public Class<? extends Annotation> annotationType()

elementName

public String elementName()