You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@beehive.apache.org by "Miller, Michael P" <Mi...@mantech-ist.com> on 2005/04/18 20:55:32 UTC

@Control annotation

Can the @Control annotation be used within a .jpf file ?

The apt compilier is complaining that it cannot find the symbol @Control
??

 

Thanks,

Mike

 


Re: @Control annotation

Posted by Richard Feit <ri...@bea.com>.
Yes, it definitely is something that should work.  Do you have the 
following import statement?

    import org.apache.beehive.controls.api.bean.Control;

Rich

Miller, Michael P wrote:

>Can the @Control annotation be used within a .jpf file ?
>
>The apt compilier is complaining that it cannot find the symbol @Control
>??
>
> 
>
>Thanks,
>
>Mike
>
> 
>
>
>  
>

Re: @Control annotation

Posted by Kyle Marvin <ky...@gmail.com>.
You'll need the following import, if you don't have it:

    import org.apache.beehive.controls.api.bean.Control;

This defines the @Control annotation type.

-- Kyle

On 4/18/05, Miller, Michael P <Mi...@mantech-ist.com> wrote:
> Can the @Control annotation be used within a .jpf file ?
> 
> The apt compilier is complaining that it cannot find the symbol @Control
> ??
> 
> Thanks,
> 
> Mike
> 
>