class Person{
...
@Incidence(label = "created")
public abstract Created addCreated(final Project project);
...
}
java.lang.IllegalStateException: addCreated was annotated with @Incidence but did not begin with: get, remove at com.syncleus.ferma.framefactories.annotation.IncidenceMethodHandler.processMethod(IncidenceMethodHandler.java:79) at com.syncleus.ferma.framefactories.annotation.AnnotationFrameFactory.constructClass(AnnotationFrameFactory.java:127) at com.syncleus.ferma.framefactories.annotation.AnnotationFrameFactory.create(AnnotationFrameFactory.java:76) at com.syncleus.ferma.DelegatingFramedGraph.frameElement(DelegatingFramedGraph.java:235) ....
--
You received this message because you are subscribed to the Google Groups "Ferma List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ferma-list+...@syncleus.com.
To post to this group, send email to ferma...@syncleus.com.
To view this discussion on the web visit https://groups.google.com/a/syncleus.com/d/msgid/ferma-list/266be4e8-aa27-4094-ac05-39a3bb195214%40syncleus.com.
To view this discussion on the web visit https://groups.google.com/a/syncleus.com/d/msgid/ferma-list/1064c247-770c-48f3-8d9b-892d2758854c%40syncleus.com.
That's such a good piece of work. I have noticed few typos. Do you expect some corrections? BTW, does the github repo have a link to this page?
--
You received this message because you are subscribed to the Google Groups "Ferma List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ferma-list+...@syncleus.com.
To post to this group, send email to ferma...@syncleus.com.
To view this discussion on the web visit https://groups.google.com/a/syncleus.com/d/msgid/ferma-list/132d3d40-b536-468d-92c6-6cc080f0e671%40syncleus.com.
That's such a good piece of work. I have noticed few typos. Do you expect some corrections? BTW, does the github repo have a link to this page?
On Mon, Jun 15, 2015, 6:36 PM Jeffrey Phillips Freeman <fre...@gmail.com> wrote:
--