Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
wisberg 144143c297 initial version před 21 roky
..
Aspect.java initial version před 21 roky
Driver.java initial version před 21 roky
Foo.java initial version před 21 roky
Readme.txt initial version před 21 roky

Readme.txt

Mode: VM run
Title: Accessibility of class and aspect members from inside weaves

Code inside a weave does the full cross-product of the
following things:

read a var of the class private static
set a var X X protected X non-static
call a method public
default


Both the aspect and the class are in the default (unnamed) package.