Alex, @export did not work for me on any static members. You cannot reflect into the field names unless you use @expose.
You can double check this via generictests reflection tests. -Greg [sent from my phone] On 1/10/2016 5:21 AM, "Alex Harui" <aha...@adobe.com> wrote: > > > On 9/29/16, 11:36 PM, "Alex Harui" <aha...@adobe.com> wrote: > > > >Now that I got rid of the circularity in Ibead/Istrand I am also getting a > >ton of warnings that say: > > > > WARNING - incomplete alias created for namespace goog > > I think is is being caused by the change from @export to @expose [1] > > What was the scenario where @export wasn't working? I'm going to switch > things back to @export > > -Alex > > [1] https://developers.google.com/closure/compiler/docs/error-ref > >