Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] @noimplement and @noextend annotation of IQuery

I know p2 want developers using expression query instead of directly
implementing IQuery interface.
However some query conditions can't be translated to expression. So we
have to implement the IQuery interface. Those two annotation might let
PDE warn the concrete class illegally.
I think it's a pervasive case, the expression can't cover all what users
want to compare. And directly implementing IQuery give us the biggest
capability.



-- 
Best Regards,
Meng Xin(Kane)




Back to the top