@Target(value=METHOD)
@Documented
public @interface ObjectLookup
This should be used to allow to build dock lookup constructors which take
some values (such as text, value, orientation, etc) instead of lookup criteria.
Methods annotated with this should take class of the looked up control as a
first parameter and return parent around that type.
- Author:
- shura
- See Also:
Parent,
LookupCriteria