On Fri, Nov 6, 2009 at 4:31 AM, Nilanjan Raychaudhuri
wrote:
> Hi,
>
> Is it possible to use multiple field annotation inside a scala class?
>
> For example:
>
> @ManyToOne
> @BeanProperty
> var someField:String = _
>
> I am getting compilation failures when I am trying the above.
>
> Thanks in advance
> Nilanjan
>
Is this under 2.7 or 2.8?
On Fri, Nov 6, 2009 at 4:31 AM, Nilanjan Raychaudhuri
wrote:
> Hi,
>
> Is it possible to use multiple field annotation inside a scala class?
>
> For example:
>
> @ManyToOne
> @BeanProperty
> var someField:String = _
>
> I am getting compilation failures when I am trying the above.
>
> Thanks in advance
> Nilanjan
>