Hi
I was looking for the package (FM3 one) for FAMIX or Core and Java and I could not find
them.
Do you know if they got created?
I have the impression that this is another sign that pharo need manifestoClass per
packages so that we
can annotate them and Moose would use them to declare them.
Now imagine that we get that (we can just start adding a FAMIXJavaManifest class in the
package FAMIX-Java)
how do we annotate that this is a FM3Package because
<package: > is used to annotate properties
And I have the impression that having the distinction between definition and
specialisation of annotation is better.
We have
FMPackage:
FMClass: superclass:
but we could have
FMClassDefinition: superclass
FMPackageDefinition:
FMPackaged:
Stef