ReflectionSupport

  • @ReflectionSupport is an annotation used to specify the reflection support level for a class.

  • It utilizes an enum, ReflectionSupport.Level, to define the various reflection support levels available.

  • The value() method within the annotation allows for setting the desired reflection support level.

public abstract @interface ReflectionSupport implements Annotation

Annotation that specifies the level of reflection support for a particular class.

Nested Class Summary

enum ReflectionSupport.Level Enumerates the available levels of reflection support. 

Public Method Summary

ReflectionSupport.Level
value()

Inherited Method Summary

Public Methods

public ReflectionSupport.Level value ()