]> source.dussan.org Git - vaadin-framework.git/commit
Handle generated method flags in a unified way (#15373)
authorLeif Åstrand <leif@vaadin.com>
Thu, 8 Jan 2015 20:21:42 +0000 (22:21 +0200)
committerHenri Sara <hesara@vaadin.com>
Mon, 12 Jan 2015 10:36:59 +0000 (10:36 +0000)
commit7efa1d6ec145aa48fc75fbdc9e403faf478e7f96
treeaa02e97fe9c0e63e24eb6c1c5ef6a45d4a170a18
parent2286f9871f7f77dea6139d0cd1dfc6754b1946d5
Handle generated method flags in a unified way (#15373)

Refactor existing functionality without functional changes to make it
easier to add support for the @BackgroundMessage annotation added in a
separate commit.

Change-Id: I27454ba44af4b7b3b7beccf29b12e22bf9f75a86
client-compiler/src/com/vaadin/server/widgetsetutils/ConnectorBundleLoaderFactory.java
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ClientRpcVisitor.java
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorBundle.java
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ServerRpcVisitor.java
client/src/com/vaadin/client/metadata/TypeDataStore.java