package test.prefs.example; public class X14d { /** * Returns a collection of projects referenced by a build scope attribute. * * @param scope * build scope attribute (<code>ATTR_BUILD_SCOPE</code>) * @return collection of porjects referred to by the scope attribute */ int foo() { return 0; } }