All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eolang.motives.metas.prohibited-package.md Maven / Gradle / Ivy

The newest version!
# Prohibited `+package`

Special package `org.eolang` is reserved for internal object only, and can not
be used outside.

Incorrect:

```eo
+package org.eolang

[] > foo
```

Correct:

```eo
+package my.awesome.package

[] > foo
```




© 2015 - 2025 Weber Informatics LLC | Privacy Policy