Checked now and something went totally wrong with this refactoring. I
will repair it and move the Executor related classes to their own
package: org.qi4j.library.framework.executor.

Alin

On Sat, Jun 14, 2008 at 10:24 AM, Alin Dreghiciu <[EMAIL PROTECTED]> wrote:
> From mistake. I moved them a couple of days ago, but something seems
> to went wrong with IDEA refactoring.
>
> Alin
>
> On Sat, Jun 14, 2008 at 2:17 AM, Michael Hunger <[EMAIL PROTECTED]> wrote:
>> package executor;
>>
>> import java.lang.annotation.ElementType;
>> import java.lang.annotation.Retention;
>> import java.lang.annotation.RetentionPolicy;
>> import java.lang.annotation.Target;
>>
>> /**
>>  * TODO
>>  */
>> @Retention( RetentionPolicy.RUNTIME )
>> @Target( { ElementType.METHOD } )
>> public @interface ExecuteSideEffect
>> {
>>     Class value();
>> }
>>
>> _______________________________________________
>> qi4j-dev mailing list
>> [email protected]
>> http://lists.ops4j.org/mailman/listinfo/qi4j-dev
>>
>
>
>
> --
> Alin Dreghiciu
> http://www.ops4j.org - New Energy for OSS Communities - Open
> Participation Software.
> http://www.qi4j.org - New Energy for Java - Domain Driven Development.
> http://malaysia.jayway.net - New Energy for Projects - Great People
> working on Great Projects at Great Places
>



-- 
Alin Dreghiciu
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.
http://malaysia.jayway.net - New Energy for Projects - Great People
working on Great Projects at Great Places

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to