@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface UserDefinedFunctionIdentification
Annotation that must be applied to every UDF in order for it to be considered
valid.
It must have the name and namespaceURI fields initialized with the namespace
and name callers would be expected to use in the schema.