On Feb 13, 2009, at 12:02, Hardy Ferentschik wrote:
4. Should we consider group sequence as orthogonal to inheritance
as described by Sebastian
I am not sure what you really mean here. Was this discussed on the
forum somewhere?
This was discussed in the EG. Essentially the examples I
On Wed, 11 Feb 2009 14:52:44 +0100, Emmanuel Bernard
wrote:
1. Can an annotation declaration use a group sequence name?
Initially I thought that a sequence was here for the sole purpose of:
- redefinining the Default group of a class
- a group defined and used at validation time ie
va
On Feb 6, 2009, at 02:37, Sebastian Thomschke wrote:
Also I could not find the answer in the spec for the following:
@GroupSequence(sequence = {GroupA.class, GroupB.class}
interface MyGroup extends GroupC, GroupD { }
=> my guess is, this is a group of GroupA,GroupB,GroupC,GroupD where
GroupA