Updated APIv5 DataExtension API (markdown)

Risto Lahtela 2021-03-15 10:06:35 +02:00
parent 00e8f0e80a
commit b8c7e2347c
1 changed files with 1 additions and 1 deletions

@ -54,7 +54,7 @@ try {
```
> Registration should be done in it's own class to avoid `NoClassDefFoundError` if Plan is not installed.
You might need to catch the error when calling your method that does the registering.
You might need to catch the error when calling your method that does the registering. [Getting started, step 2.1](https://github.com/plan-player-analytics/Plan/wiki/DataExtension-API---Getting-started#21-create-a-class-to-separate-plan-imports-from-your-main-class)
## `@PluginInfo` annotation