@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface SupportedQuery
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends IntrospectionQuery> |
queryClass |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
requireValidConfig |
public abstract java.lang.Class<? extends IntrospectionQuery> queryClass
Copyright © 2013 Dassault Systèmes, All Rights Reserved.