@Retention(value=RUNTIME) @Documented @Target(value=METHOD) @Taxonomy(stability=NOT_AN_INTERFACE) public @interface ChildGetter
The proxy method to which the annotation is applied must be of one of the following forms,
where the interface FooBar is a sub-interface of AMXProxy
.
The child type is derived from the method name, but if the standard derivation would result
in the incorrect type then the annotation must include
type="child-type">
, where
"child-type" is the appropriate type.
public abstract String type
Copyright © 2019. All rights reserved.