[ http://issues.apache.org/jira/browse/BEEHIVE-230?page=comments#action_12313930 ]
James Song commented on BEEHIVE-230: ------------------------------------ According to http://incubator.apache.org/beehive/controls/controlsProgramming.html#Defining+an+Extended+Interface+for+a+Control+Type extended control interface is like the following: @ControlInterface @Destination(type=JmsMessageControl.QUEUE, name="queue.orders") public interface OrderQueue extends JmsMessageControl { ... } But "(@VersionRequired is only supported on @ControlExtension)." > Controls versioning: VersionRequired not enforced on control extension and > declaration > -------------------------------------------------------------------------------------- > > Key: BEEHIVE-230 > URL: http://issues.apache.org/jira/browse/BEEHIVE-230 > Project: Beehive > Type: Bug > Components: Controls > Versions: V1Beta > Reporter: James Song > Assignee: James Song > Fix For: V1Beta > > @VersionRequired is not enforced on control extension and control declaration. > Test files: > r149537 > controls\test\src\controls\org\apache\beehive\controls\test\controls\versioning\SubHello.java > controls\test\src\units\org\apache\beehive\controls\test\java\versioning\VersinRequiredTest.java -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira