File tree Expand file tree Collapse file tree
modules/packed/src/main/java/app/packed Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131// I think also the things the actual guest have
3232// Do we need a ComponentGuestLifecycleContext? Hmmm...
33+ // Vil nok ogsaa gerne bruge den paa sidebeans
3334public @interface OnComponentGuestLifecycle {
3435
3536 // if non empty, only for transitions from the specified
Original file line number Diff line number Diff line change 1515 */
1616package app .packed .namespace .sandbox ;
1717
18+ import app .packed .container .Wirelet ;
19+ import app .packed .namespace .NamespaceConfiguration ;
20+
1821/**
1922 *
2023 */
2124public class NamespaceWirelets {
2225
26+ public static Wirelet newNamespaces () {
27+ throw new UnsupportedOperationException ();
28+ }
29+
30+ @ SuppressWarnings ("unchecked" )
31+ public static Wirelet newNamespaces (Class <? extends NamespaceConfiguration <?>>... namespaces ) {
32+ throw new UnsupportedOperationException ();
33+ }
2334 // rename
2435}
You can’t perform that action at this time.
0 commit comments