3 Replies Latest reply on Mar 31, 2008 1:19 PM by abyss.ppetras.gmail.com

    Construct context variable

    abyss.ppetras.gmail.com

      I am newbie to Seam and have one question regarding construction of context variables. So, as I understood from Seam reference manual, Seam constructs context variables from (and bounds them):



      • Seam components (annotated with @Name or @Role)

      • fields annotated with @DataModel or @DataModelSelection

      • methods annotated with @Factory or @Unwrap



      What is not clear to me is whether Seam constructs context variables from fields annotated with @Out (without factory method)?