Re: Java annotation/.NET attributes in Moose
[email protected] (Sherwin Daganato)
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <CALvYtF=LJ4HeKEvLRE3R40cwAD6bygpyPeeThPp_gV1oAqdwKA@mail.gmail.com> |
On Thu, Oct 20, 2011 at 12:46 AM, Stevan Little <[email protected]> wrote: [...] > > So what about the above code does not work in Moose right now? Stevan, Well nothing really, besides the minor issue I reported in https://rt.cpan.org/Public/Bug/Display.html?id=71769 I'm just new to Moose so I'm not confident it's the Right Thing To Do. I designed the code with MooseX::Role::Parameterized in mind which I doubt to be the closest thing to getting annotations/attributes in Moose because the required role block will have no use and needs to be empty. I was hoping I could get a nicer solution from Moose users/developers or be pointed to an existing MooseX:: module which I failed to find.